ItemStyleOnClick Method

Occurs when RowStyles is clicked. Clicked means, MouseDown and MouseUp was located inside the ItemStyle and the TouchList was not dragged until MouseUp.

Definition

Namespace: BeeMobile.TouchList
Assembly: BeeMobile.TouchList.NET48 (in BeeMobile.TouchList.NET48.dll) Version: 4.8.5.24
C#
public virtual bool OnClick(
	RowItem rowItem
)

Parameters

rowItem  RowItem
The RowItem on which was clicked.

Return Value

Boolean
True if refresh needed, false otherwise.

See Also