'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(); }