IndicatorColumnIndicatorClicked Event
This event is raised when an image in the cell is clicked
Namespace: EWSoftware.ListControls.DataGridViewControlsAssembly: EWSoftware.ListControls (in EWSoftware.ListControls.dll) Version: 2023.4.9.0
public event EventHandler<IndicatorClickEventArgs> IndicatorClicked
Public Event IndicatorClicked As EventHandler(Of IndicatorClickEventArgs)
public:
event EventHandler<IndicatorClickEventArgs^>^ IndicatorClicked {
void add (EventHandler<IndicatorClickEventArgs^>^ value);
void remove (EventHandler<IndicatorClickEventArgs^>^ value);
}
member IndicatorClicked : IEvent<EventHandler<IndicatorClickEventArgs>,
IndicatorClickEventArgs>
Value
EventHandlerIndicatorClickEventArgs