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.
Namespace: BeeMobile.TouchListAssembly: BeeMobile.TouchList.NET48 (in BeeMobile.TouchList.NET48.dll) Version: 4.8.5.24
public virtual bool OnClick(
RowItem rowItem
)
Public Overridable Function OnClick (
rowItem As RowItem
) As Boolean
- rowItem RowItem
- The RowItem on which was clicked.
BooleanTrue if refresh needed, false otherwise.