The TabCellContentChangeEventArgs class is used to work with the parameters of the TabSheetBox.OnChangeCellContent event (changing table cell contents).
| Constructor name | Brief description | |
![]() |
Create | The Create constructor creates argument of the event. |
| Property name | Brief description | |
![]() |
Cancel | The Cancel property determines whether the changes, made to table cell contents, should be cancelled. |
![]() |
Type | The Type property returns the change type. |
![]() |
Value | The Value property determines the table cell value. |
| 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: