MobileForms Toolkit Documentation

NodeEventArgs  Constructor 

Initializes a new instance of the NodeEventArgs class.

public NodeEventArgs(
Node r,
int i,
int yoff
);

Parameters

r
The node that was clicked.
i
An index of the node in node collection.
yoff
Current vertical offset of the node in grid.

See Also

NodeEventArgs Class | Resco.Controls.AdvancedTree Namespace