Assembly: Tab;
The TabCellContentChangeBaseEventArgs class implements argument of the event which occurs on changing contents of a table cell of the LanerBox component.
| Constructor name | Brief description | |
| Create | The Create constructor creates argument of the event with the specified cell value and the type of cell change. |
| Constructor name | Brief description | |
![]() |
CreateTabCellArgs | The CreateTabCellArgs constructor creates an argument of events related to a table cell. |
| Constructor name | Brief description | |
![]() |
CreateArgs | The CreateArgs constructor creates an event argument related to the component table. |
| Property name | Brief description | |
| Cancel | The Cancel property determines whether changing the cell contents is to be canceled. | |
| Type | The Type property returns the change type. | |
| Value | The Value property determines the new value for the cell to be changed. |
| Property name | Brief description | |
![]() |
Column | The Column property returns index of the column containing the table cell. |
![]() |
Row | The Row property returns index of the row containing the table cell. |
| Property name | Brief description | |
![]() |
TabSheet | The TabSheet property returns the table of the component, for which the event is generated. |
See also: