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


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 System.Windows.UIElement
'Usage
 
Dim instance As DragDropEventArgs
Dim value As System.Windows.UIElement
 
value = instance.DragSource
public System.Windows.UIElement DragSource {get;}
See Also

Reference

DragDropEventArgs Class
DragDropEventArgs Members