ComponentOne FinancialChart for WPF
C1.WPF 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
    'Usage
     
    
    Dim instance As DragDropEventArgs
    Dim value As UIElement
     
    value = instance.DragSource
    public UIElement DragSource {get;}
    public:
    property UIElement^ DragSource {
       UIElement^ get();
    }
    See Also