RowClickedEventArgs Constructor
Initializes a new instance of the RowClickedEventArgs class.
Namespace: BeeMobile.DataGridAssembly: BeeMobile.DataGrid.NET48 (in BeeMobile.DataGrid.NET48.dll) Version: 4.8.1.19
public RowClickedEventArgs(
int aRowIndex
)
Public Sub New (
aRowIndex As Integer
)
Parameters
- aRowIndex Int32
- Index of a row that was clicked.