MobileForms Toolkit Documentation

ItemLink.MouseUp Method 

Occurs when the mouse button is released in the area of the Item.

protected override void MouseUp(
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.

See Also

ItemLink Class | Resco.Controls.DetailView Namespace