MobileForms Toolkit Documentation

NodeCancelEventArgs  Constructor 

Initializes a new instance of the NodeCancelEventArgs class.

public NodeCancelEventArgs(
Node node,
int index,
int offset
);

Parameters

node
The Node that the event is responding to.
index
An index of the node in node collection.
offset
Current vertical offset of the node in grid.

See Also

NodeCancelEventArgs Class | Resco.Controls.AdvancedTree Namespace