MapIndexEventArgs Constructor
Constructor
Namespace: EWSoftware.ListControls.DataGridViewControlsAssembly: EWSoftware.ListControls (in EWSoftware.ListControls.dll) Version: 2023.4.9.0
public MapIndexEventArgs(
int columnIndex,
int rowIndex,
Object value,
int imageIndex
)
Public Sub New (
columnIndex As Integer,
rowIndex As Integer,
value As Object,
imageIndex As Integer
)
public:
MapIndexEventArgs(
int columnIndex,
int rowIndex,
Object^ value,
int imageIndex
)
new :
columnIndex : int *
rowIndex : int *
value : Object *
imageIndex : int -> MapIndexEventArgs
Parameters
- columnIndex Int32
- The column in which the event occurred
- rowIndex Int32
- The row in which the event occurred
- value Object
- The cell value
- imageIndex Int32
- The image index