IndicatorColumnMapValueToIndicators Event
This event is raised when a cell needs to map a cell value to a
set of image states.
Namespace: EWSoftware.ListControls.DataGridViewControlsAssembly: EWSoftware.ListControls (in EWSoftware.ListControls.dll) Version: 2023.4.9.0
public event EventHandler<MapIndicatorEventArgs> MapValueToIndicators
Public Event MapValueToIndicators As EventHandler(Of MapIndicatorEventArgs)
public:
event EventHandler<MapIndicatorEventArgs^>^ MapValueToIndicators {
void add (EventHandler<MapIndicatorEventArgs^>^ value);
void remove (EventHandler<MapIndicatorEventArgs^>^ value);
}
member MapValueToIndicators : IEvent<EventHandler<MapIndicatorEventArgs>,
MapIndicatorEventArgs>
Value
EventHandlerMapIndicatorEventArgs