Docking Tab for WinForms | ComponentOne
C1.Win.Command Namespace / DraggedEventArgs Class / SourceDock Property

In This Topic
    SourceDock Property
    In This Topic
    The command dock from which the C1DockingTab or C1DockingTabPage were dragged.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property SourceDock As C1CommandDock
    public C1CommandDock SourceDock {get;}
    See Also