Rating ColumnMap Value To Rating Event
This event is raised when a cell needs to map a cell value to a rating
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> MapValueToRatingVB
Public Event MapValueToRating As EventHandler(Of MapRatingEventArgs)C++
public:
event EventHandler<MapRatingEventArgs^>^ MapValueToRating {
void add (EventHandler<MapRatingEventArgs^>^ value);
void remove (EventHandler<MapRatingEventArgs^>^ value);
}F#
member MapValueToRating : IEvent<EventHandler<MapRatingEventArgs>,
MapRatingEventArgs>