'Declaration
Public Event Resizing As ResizingEventHandler
public event ResizingEventHandler Resizing
Event Data
The event handler receives an argument of type ResizingEventArgs containing data related to this event. The following ResizingEventArgs properties provide information specific to this event.
Property | Description |
---|---|
Cancel | (Inherited from System.ComponentModel.CancelEventArgs) |
Control | The C1DockingTab control that is being resized. |
Side | The side of the C1DockingTab control that is being resized. |
See Also