Indicator ColumnMap Value To Indicators Event
This event is raised when a cell needs to map a cell value to a
set of image states.
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<MapIndicatorEventArgs> MapValueToIndicatorsVB
Public Event MapValueToIndicators As EventHandler(Of MapIndicatorEventArgs)C++
public:
event EventHandler<MapIndicatorEventArgs^>^ MapValueToIndicators {
void add (EventHandler<MapIndicatorEventArgs^>^ value);
void remove (EventHandler<MapIndicatorEventArgs^>^ value);
}F#
member MapValueToIndicators : IEvent<EventHandler<MapIndicatorEventArgs>,
MapIndicatorEventArgs>