Indicator ColumnIndicator Clicked Event
This event is raised when an image in the cell is clicked
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<IndicatorClickEventArgs> IndicatorClickedVB
Public Event IndicatorClicked As EventHandler(Of IndicatorClickEventArgs)C++
public:
event EventHandler<IndicatorClickEventArgs^>^ IndicatorClicked {
void add (EventHandler<IndicatorClickEventArgs^>^ value);
void remove (EventHandler<IndicatorClickEventArgs^>^ value);
}F#
member IndicatorClicked : IEvent<EventHandler<IndicatorClickEventArgs>,
IndicatorClickEventArgs>