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

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