The fields of the CellEventArgs class are listed below. For a complete list of CellEventArgs class members, see the CellEventArgs Members topic.
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 row template, or -1 if no cell at point. |
DataRow (inherited from RowEventArgs) | The Row that was clicked. |
Offset (inherited from RowEventArgs) | Current vertical offset of the row in grid. |
RowIndex (inherited from RowEventArgs) | An index of the row in the RowCollection. -1 for HeaderRow, -2 for FooterRow. |
CellEventArgs Class | Resco.Controls.AdvancedList Namespace