GatheringItemEventArgs Constructor

Initializes a new instance of the GatheringItemEventArgs class.

Definition

Namespace: BeeMobile.TouchList
Assembly: BeeMobile.TouchList.NET48 (in BeeMobile.TouchList.NET48.dll) Version: 4.8.5.24
C#
public GatheringItemEventArgs(
	int aRowIndex,
	ItemStyle aRowItemStyle,
	bool anIsSelectedRow
)

Parameters

aRowIndex  Int32
The index of the row, for which the Item is being gathered.
aRowItemStyle  ItemStyle
The ItemStyle of the gathered RowItem.
anIsSelectedRow  Boolean
True if the row is selected, otherwise false.

See Also