Assembly: Tab;
The ITabCellBeforeEditBaseEventArgs interface contains properties of argument of the event which occurs before editing a table cell of the LanerBox component.
ITabCellBeforeEditBaseEventArgs
Property name | Brief description | |
Cancel | The Cancel property determines whether the cell value is to be edited. |
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: