ComponentOne Basic Library for WPF and Silverlight
DropTarget Property (DragDropEventArgs)


C1.WPF Namespace > DragDropEventArgs Class : DropTarget Property
Gets the System.Windows.UIElement that is acting as a drop target.
Syntax
'Declaration
 
Public ReadOnly Property DropTarget As System.Windows.UIElement
'Usage
 
Dim instance As DragDropEventArgs
Dim value As System.Windows.UIElement
 
value = instance.DropTarget
public System.Windows.UIElement DropTarget {get;}
See Also

Reference

DragDropEventArgs Class
DragDropEventArgs Members