MobileForms Toolkit Documentation

LinkEventArgs  Constructor 

Initializes a new instance of the CellEventArgs class.

public LinkEventArgs(
Node n,
Cell c,
int ri,
int ci,
int yoff
);

Parameters

n
The node that was clicked.
c
The cell that was clicked.
ri
An index of the node in node collection.
ci
An index of the cell in node template.
yoff
Current vertical offset of the node in grid.

See Also

LinkEventArgs Class | Resco.Controls.AdvancedTree Namespace