ComponentOne Menus and Toolbars for WinForms
C1.Win.C1Command.4.8 Assembly / C1.Win.C1Command Namespace / C1DockingManager Class / Dragging Event

In This Topic
    Dragging Event (C1DockingManager)
    In This Topic
    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.  
    Requirements

    Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also