ItemClickedEventArgs Constructor

Initializes a new instance of the ItemClickedEventArgs class.

Definition

Namespace: BeeMobile.TouchList
Assembly: BeeMobile.TouchList.NET48 (in BeeMobile.TouchList.NET48.dll) Version: 4.8.5.24
C#
public ItemClickedEventArgs(
	ItemStyle anItemStyle,
	int aRowIndex,
	RowItem aRowItem,
	Point aRowOffset
)

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.

See Also