Core Library for WPF | ComponentOne
C1.WPF.Core 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
    public UIElement DropTarget {get;}
    See Also