MobileForms Toolkit Documentation

Item.LabelClick Method 

Occurs when the Label is clicked.

protected virtual void LabelClick(
int yOffset,
int parentWidth
);

Parameters

yOffset
Vertical offset where to show control.
parentWidth
Width of parent control.

Remarks

Override this function to do custom action after click on Label.

See Also

Item Class | Resco.Controls.DetailView Namespace