ExtCtrls > ExtCtrls Assembly Classes > DataGridCellEventArgs
The DataGridCellEventArgs class creates an argument of the events related to table cells.
Constructor name | Brief description | |
![]() |
The CreateArgs constructor creates an argument of the events related to table cells. |
Property name | Brief description | |
![]() |
Column | The Column property returns a number of the cell column in continuous numbering, for which the event is generated. |
![]() |
Row | The Row property returns number of the cell row, for which the event is generated. |
Property name | Brief description | |
![]() |
Grid | The Grid property returns the table, for which any event is generated. |
See also: