Core Library for WPF | ComponentOne
C1.WPF.Core Namespace / DragDropEventArgs Class / DragSource Property

In This Topic
    DragSource Property
    In This Topic
    Gets the System.Windows.UIElement that is acting as a drag source.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property DragSource As UIElement
    public UIElement DragSource {get;}
    See Also