ComponentOne DockControl for WPF
C1.WPF.Docking Namespace / PickerLoadingEventArgs Class / Source Property

In This Topic
    Source Property (PickerLoadingEventArgs)
    In This Topic
    Gets the C1DockTabControl or C1DockTabItem that is being dragged.
    Syntax
    'Declaration
     
    Public ReadOnly Property Source As Object
    public object Source {get;}
    See Also