RowItemClickedEventArgs Constructor
Initializes a new instance of the RowItemClickedEventArgs class.
Namespace: BeeMobile.TouchListAssembly: BeeMobile.TouchList.NET48 (in BeeMobile.TouchList.NET48.dll) Version: 4.8.5.24
public RowItemClickedEventArgs(
string aName,
int aRowIndex
)
Public Sub New (
aName As String,
aRowIndex As Integer
)
Parameters
- aName String
- The name of the clicked RowItem.
- aRowIndex Int32
- The index of the row in which the clicked RowItem is.