Assembly: Tab;
Namespace: Prognoz.Platform.Interop.Tab;
The TabBeforeExpanderChangedEventArgs class implements argument of the event that occurs before toggling expander in a table cell.
Class that is used to get analog of the TabBeforeExpanderChangedEventArgs class:
None;
Class that is used to get analog of the TabBeforeExpanderChangedEventArgs class object:
TabBeforeExpanderChangedEventArgsClass;
| Constructor name | Description | |
| Create | The Create constructor creates argument of the event that occurs before toggling expander in the table cell. |
| Constructor name | Brief description | |
| CreateTabCellArgs | The Create constructor creates argument of the event. |
| Constructor name | Brief description | |
| The CreateArgs constructor creates argument of the event. |
| Property name | Brief description | |
| Cancel | The Cancel property indicates whether expander can be toggled. |
| Property name | Brief description | |
| State | The State property returns expander state to be set. |
| Property name | Brief description | |
![]() |
Column | The Column property returns the number of the column, in which the table cell is located. |
![]() |
Row | The Row property returns the number of the row, in which the table cell is located. |
| Property name | Brief description | |
| The TabSheet property returns the component for which the event is generated. |
See also: