ItemStyleCheckBoxOnClick Method

Switches the state of check box in this ItemStyle.

Definition

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

Parameters

rowItem  RowItem
A RowItem which cotains data for this row.

Return Value

Boolean
True if redrawing is required; false otherwise.

See Also