Assembly: Tab;
Namespace: Prognoz.Platform.Interop.Tab;
The ITabCellBeforeChangeBaseEventArgs interface contains properties of argument of the event which occurs before you change value of a table cell of the LanerBox component.
ITabCellBeforeChangeBaseEventArgs
| Property name | Description | |
| Value | The Value property determines the value contained in the cell after the editing is finished. |
| 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 table of the component for which the event is generated. |
See also: