Image List ColumnMap Value To Index Event
This event is raised when a cell needs to map a cell value to an image index
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<MapIndexEventArgs> MapValueToIndexVB
Public Event MapValueToIndex As EventHandler(Of MapIndexEventArgs)C++
public:
event EventHandler<MapIndexEventArgs^>^ MapValueToIndex {
void add (EventHandler<MapIndexEventArgs^>^ value);
void remove (EventHandler<MapIndexEventArgs^>^ value);
}F#
member MapValueToIndex : IEvent<EventHandler<MapIndexEventArgs>,
MapIndexEventArgs>