MobileForms Toolkit Documentation

CellEventArgs  Constructor 

Initializes a new instance of the CellEventArgs class.

public CellEventArgs(
Node r,
Cell c,
int ri,
int ci,
int yoff
);

Parameters

r
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

CellEventArgs Class | Resco.Controls.AdvancedTree Namespace