MobileForms Toolkit Documentation

Item.MouseDown Method 

Occurs when the mouse button is hold down in the area of the Item.

protected virtual void MouseDown(
int yOffset,
int parentWidth,
MouseEventArgs e
);

Parameters

yOffset
Vertical offset where to show control.
parentWidth
Width of parent control.
e
MouseEventArgs of the original event.

Remarks

Override this function to do custom action after mouse down event on Item.

See Also

Item Class | Resco.Controls.DetailView Namespace