Assembly: Tab;
Namespace: Prognoz.Platform.Interop.Tab;
The TabCellBaseEventArgs class implements arguments of events related to data grid cells of the component LanerBox.
Class that is used to get analog of the TabCellBaseEventArgs class:
None;
Class that is used to get analog of the TabCellBaseEventArgs class object:
TabCellBaseEventArgsClass;
| Constructor name | Brief description | |
| CreateTabCellArgs | The CreateTabCellArgs constructor creates argument of events related to a table cell. |
| Constructor name | Brief description | |
| CreateArgs | The CreateArgs constructor creates event argument related to the component's table. |
| 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: