MobileForms Toolkit Documentation

AdvancedTree.OnButton Method 

Handles the ButtonClick event.

protected virtual void OnButton(
ButtonCell c,
Node n,
Point index,
int yOffset
);

Parameters

c
ButtonCell that was clicked.
n
Node that was clicked.
index
Point containing indexes of node and cell.
yOffset
Vertical offset of the node.

See Also

AdvancedTree Class | Resco.Controls.AdvancedTree Namespace