Assembly: Tab;
The ITabCellContentChangeBaseEventArgs interface contains properties of argument of the event which occurs when you change contents of a cell in the table of the LanerBox component.
ITabCellContentChangeBaseEventArgs
Using properties of this interface, the user can check, what is changed for the cell, correct the value to be set, or entirely cancel changes.
Property name | Brief description | |
Cancel | The Cancel property determines, whether changing the cell contents is canceled. | |
Type | The Type property returns the change type. | |
Value | The Value property determines a 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: