ItemStyleImageButtonOnClick Method
Namespace: BeeMobile.TouchListAssembly: BeeMobile.TouchList.NET48 (in BeeMobile.TouchList.NET48.dll) Version: 4.8.5.24
public override bool OnClick(
RowItem rowItem
)
Public Overrides Function OnClick (
rowItem As RowItem
) As Boolean
- rowItem RowItem
- The RowItem, which belongs to the clicked ItemStyle
BooleanTrue if refresh needed, false otherwise.