ComponentOne FinancialChart for WPF
DragSource Property



C1.WPF Namespace > DragDropEventArgs Class : DragSource Property
Gets the System.Windows.UIElement that is acting as a drag source.
Syntax
'Declaration
 
Public ReadOnly Property DragSource As UIElement
'Usage
 
Dim instance As DragDropEventArgs
Dim value As UIElement
 
value = instance.DragSource
public UIElement DragSource {get;}
public:
property UIElement^ DragSource {
   UIElement^ get();
}
See Also

Reference

DragDropEventArgs Class
DragDropEventArgs Members