Assembly: Tab;
The ITabObjectResizingEventArgs interface contains properties of argument of the event that occurs after object is resized.
ITabObjectResizingEventArgs
This argument is used to handle the following events:
| Property name | Brief description | |
![]() |
Cancel | The Cancel property determines whether resizing should be canceled. |
![]() |
Object | The Object property returns changed object. |
![]() |
Rect | The Rect property returns coordinates of rectangular area occupied by object. |
![]() |
Side | The Side property returns changed side. |
| Property name | Brief description | |
![]() |
TabSheet | The TabSheet property returns the component, for which the event is generated. |
See also: