GatheringItemEventArgs Constructor
Initializes a new instance of the GatheringItemEventArgs class.
Namespace: BeeMobile.TouchListAssembly: BeeMobile.TouchList.NET48 (in BeeMobile.TouchList.NET48.dll) Version: 4.8.5.24
public GatheringItemEventArgs(
int aRowIndex,
ItemStyle aRowItemStyle,
bool anIsSelectedRow
)
Public Sub New (
aRowIndex As Integer,
aRowItemStyle As ItemStyle,
anIsSelectedRow As Boolean
)
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.