Indicator Click Event Args Constructor
Constructor
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 IndicatorClickEventArgs(
int columnIndex,
int rowIndex,
int clickedIndex,
Object? value
)VB
Public Sub New (
columnIndex As Integer,
rowIndex As Integer,
clickedIndex As Integer,
value As Object
)C++
public:
IndicatorClickEventArgs(
int columnIndex,
int rowIndex,
int clickedIndex,
Object^ value
)F#
new :
columnIndex : int *
rowIndex : int *
clickedIndex : int *
value : Object -> IndicatorClickEventArgs