The TabCellAfterEditEventArgs class is used to work with parameters of the TabSheetBox.OnAfterEdit event that occurs after a cell is edited.
Constructor name | Brief description | |
Create | The Create constructor creates argument for the event. |
Property name | Brief description | |
Changed | The Changed property returns True if the cell data has been changed as a result of editing. |
Property name | Brief description | |
Column | The Column property returns the number of the column, in which the table cell is located. | |
Row | The Row property returns the number of the row, in which the table cell is located. |
Property name | Brief description | |
TabSheet | The TabSheet property returns the component, for which the event is generated. |
See also: