Assembly: Tab;
The ITabColumnResizeEventArgs interface contains properties of argument of the event that occurs after table column is resized.
ITabColumnResizeEventArgs
This argument is used to handle the following events:
| 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 | |
| TabSheet | The TabSheet property returns the component, for which the event is generated. |
See also: