Assembly: Tab;
Namespace: Prognoz.Platform.Interop.Tab;
The TabColumnResizingEventArgs class implements argument of the event that occurs at each visible change of table column's size.
Class that is used to get analog of the TabColumnResizingEventArgs class:
None;
Class that is used to get analog of the TabColumnResizingEventArgs class object:
TabColumnResizingEventArgsClass;
| Constructor name | Description | |
| Create | The Create constructor creates argument of the event that occurs at each visible change in table column's size. |
| Constructor name | Brief description | |
| CreateColumnResizeArgs | The CreateColumnResizeArgs constructor creates argument of the event that occurs after table column resizing. |
| Constructor name | Brief description | |
| CreateTabColumnArgs | The CreateTabColumnArgs constructor creates event argument. |
| Constructor name | Brief description | |
| The CreateArgs constructor creates argument of the event. |
| Property name | Brief description | |
| Cancel | The Cancel property indicates whether column width can be changed. |
| Property name | Brief description | |
| Type | The Type property returns type of the action that resizes a column. |
| Property name | Brief description | |
| Column | The Column property returns number of the column for which an event occurred. |
| Property name | Brief description | |
| The TabSheet property returns the component for which the event is generated. |
See also: