Basic Library for WPF and Silverlight | ComponentOne
C1.Silverlight Namespace / DragDropEventArgs Class / DragSource Property

In This Topic
    DragSource Property (DragDropEventArgs)
    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