ComponentOne FinancialChart for WPF
DropTarget Property



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 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

Reference

DragDropEventArgs Class
DragDropEventArgs Members