Assembly: Tab;
Namespace: Prognoz.Platform.Interop.Tab;
The TabCellBeforeChangeBaseEventArgs class implements argument of the event which occurs before changing value of a table cell of the LanerBox component.
Class that is used to get an analog of the TabCellBeforeChangeBaseEventArgs class:
None;
Class that is used to get analog of the TabCellBeforeChangeBaseEventArgs class object:
TabCellBeforeChangeBaseEventArgsClass;
Constructor name | Description | |
Create | The Create constructor creates argument of the event with the specified cell value. |
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 | 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: