MobileForms Toolkit Documentation

Item.Click Method 

Occurs when the Item is clicked.

protected virtual void Click(
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 Item.

See Also

Item Class | Resco.Controls.DetailView Namespace