RowItemClickedEventArgs Constructor

Initializes a new instance of the RowItemClickedEventArgs class.

Definition

Namespace: BeeMobile.TouchList
Assembly: BeeMobile.TouchList.NET48 (in BeeMobile.TouchList.NET48.dll) Version: 4.8.5.24
C#
public RowItemClickedEventArgs(
	string aName,
	int aRowIndex
)

Parameters

aName  String
The name of the clicked RowItem.
aRowIndex  Int32
The index of the row in which the clicked RowItem is.

See Also