MobileForms Toolkit Documentation

CellEventArgs Fields

The fields of the CellEventArgs class are listed below. For a complete list of CellEventArgs class members, see the CellEventArgs Members topic.

Public Instance Fields

Cell The cell that was clicked, or null if no cell at point.
CellData The current displayed data.
CellIndex An index of the cell in node template, or -1 if no cell at point.
Node (inherited from NodeEventArgs) The Node that was clicked.
NodeIndex (inherited from NodeEventArgs) An index of the node in the NodeCollection. -1 for Header, -2 for Footer.
Offset (inherited from NodeEventArgs) Current vertical offset of the node in grid.

See Also

CellEventArgs Class | Resco.Controls.AdvancedTree Namespace