ComponentOne FinancialChart for WPF
C1.WPF Namespace / DragDropEventArgs Class / DropTarget Property



In This Topic
    DropTarget Property
    In This Topic
    Gets the System.Windows.UIElement that is acting as a drop target.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property DropTarget As UIElement
    'Usage
     
    
    Dim instance As DragDropEventArgs
    Dim value As UIElement
     
    value = instance.DropTarget
    public UIElement DropTarget {get;}
    public:
    property UIElement^ DropTarget {
       UIElement^ get();
    }
    See Also