RowCreatedEventArgs Constructor

Initializes a new instance of the RowCreatedEventArgs class.

Definition

Namespace: BeeMobile.TouchList
Assembly: BeeMobile.TouchList.NET48 (in BeeMobile.TouchList.NET48.dll) Version: 4.8.5.24
C#
public RowCreatedEventArgs(
	int rowIndex,
	Row createdRow
)

Parameters

rowIndex  Int32
An index of row that was created.
createdRow  Row
Reference to created Row object.

See Also