Rating ColumnMap Rating To Value Event
This event is raised when a cell needs to map a rating to a cell value
Definition
Namespace: EWSoftware.ListControls.DataGridViewControls
Assembly: EWSoftware.ListControls (in EWSoftware.ListControls.dll) Version: 2024.12.31.0
Assembly: EWSoftware.ListControls (in EWSoftware.ListControls.dll) Version: 2024.12.31.0
C#
public event EventHandler<MapRatingEventArgs> MapRatingToValueVB
Public Event MapRatingToValue As EventHandler(Of MapRatingEventArgs)C++
public:
event EventHandler<MapRatingEventArgs^>^ MapRatingToValue {
void add (EventHandler<MapRatingEventArgs^>^ value);
void remove (EventHandler<MapRatingEventArgs^>^ value);
}F#
member MapRatingToValue : IEvent<EventHandler<MapRatingEventArgs>,
MapRatingEventArgs>