RowClickedEventArgs Constructor

Initializes a new instance of the RowClickedEventArgs class.

Definition

Namespace: BeeMobile.DataGrid
Assembly: BeeMobile.DataGrid.NET48 (in BeeMobile.DataGrid.NET48.dll) Version: 4.8.1.19
C#
public RowClickedEventArgs(
	int aRowIndex
)

Parameters

aRowIndex  Int32
Index of a row that was clicked.

See Also