ComponentOne Menus and Toolbars for WinForms
Resizing Event

C1.Win.C1Command.4 Assembly > C1.Win.C1Command Namespace > C1DockingManager Class : Resizing Event
Occurs when the user starts to resize a C1DockingTab or a C1CommandDock using a splitter.
Syntax
'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.

PropertyDescription
(Inherited from System.ComponentModel.CancelEventArgs)
The C1DockingTab control that is being resized.  
The side of the C1DockingTab control that is being resized.  
See Also