Docking Tab for WinForms | ComponentOne
C1.Win.Command Namespace / C1DockingManager Class / Dragging Event

In This Topic
    Dragging Event
    In This Topic
    Occurs when the user starts to drag a C1.Win.C1Command.C1DockingTab or a C1.Win.C1Command.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