ItemStyleCheckBoxOnClick Method
Switches the state of check box in this
ItemStyle.
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
- A RowItem which cotains data
for this row.
BooleanTrue if redrawing is required; false otherwise.