ImageListColumnMapValueToIndex Event
This event is raised when a cell needs to map a cell value to an image index
Namespace: EWSoftware.ListControls.DataGridViewControlsAssembly: EWSoftware.ListControls (in EWSoftware.ListControls.dll) Version: 2023.4.9.0
public event EventHandler<MapIndexEventArgs> MapValueToIndex
Public Event MapValueToIndex As EventHandler(Of MapIndexEventArgs)
public:
event EventHandler<MapIndexEventArgs^>^ MapValueToIndex {
void add (EventHandler<MapIndexEventArgs^>^ value);
void remove (EventHandler<MapIndexEventArgs^>^ value);
}
member MapValueToIndex : IEvent<EventHandler<MapIndexEventArgs>,
MapIndexEventArgs>
Value
EventHandlerMapIndexEventArgs