ComponentOne Menus and Toolbars for WinForms
Dragging Event

C1.Win.C1Command.4 Assembly > C1.Win.C1Command Namespace > C1DockingManager Class : Dragging Event
Occurs when the user starts to drag a C1DockingTab or a C1DockingTabPage.
Syntax
'Declaration
 
Public Event Dragging As FloatingEventHandler
public event FloatingEventHandler Dragging
Event Data

The event handler receives an argument of type FloatingEventArgs containing data related to this event. The following FloatingEventArgs properties provide information specific to this event.

PropertyDescription
(Inherited from System.ComponentModel.CancelEventArgs)
The floated C1DockingTab.  
The floated C1DockingTabPage.  
Gets or sets border style of the floating window.  
Gets or sets a value indicating whether the Maximize button is displayed in the caption bar of the floating window.  
See Also