Map Index 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 MapIndexEventArgs(
int columnIndex,
int rowIndex,
Object? value,
int imageIndex
)VB
Public Sub New (
columnIndex As Integer,
rowIndex As Integer,
value As Object,
imageIndex As Integer
)C++
public:
MapIndexEventArgs(
int columnIndex,
int rowIndex,
Object^ value,
int imageIndex
)F#
new :
columnIndex : int *
rowIndex : int *
value : Object *
imageIndex : int -> MapIndexEventArgs