'Declaration
Public Event Resize As ResizeEventHandler
public event ResizeEventHandler Resize
Event Data
The event handler receives an argument of type ResizeEventArgs containing data related to this event. The following ResizeEventArgs properties provide information specific to this event.
Property | Description |
---|---|
Cancel | (Inherited from System.ComponentModel.CancelEventArgs) |
Control | The C1DockingTab or C1CommandDock control that is being resized. |
Neighbor | The neighbor control. |
NewSize | The new size of the control. |
Side | The side of the control that is being resized. |
See Also