ItemClickedEventArgs Constructor
Initializes a new instance of the ItemClickedEventArgs class.
Namespace: BeeMobile.TouchListAssembly: BeeMobile.TouchList.NET48 (in BeeMobile.TouchList.NET48.dll) Version: 4.8.5.24
public ItemClickedEventArgs(
ItemStyle anItemStyle,
int aRowIndex,
RowItem aRowItem,
Point aRowOffset
)
Public Sub New (
anItemStyle As ItemStyle,
aRowIndex As Integer,
aRowItem As RowItem,
aRowOffset As Point
)
Parameters
- anItemStyle ItemStyle
- The ItemStyle of the clicked RowItem.
- aRowIndex Int32
- The index of the row, in which the click occured.
- aRowItem RowItem
- The RowItem on which was clicked.
- aRowOffset Point
- The offset of the row inside client area.