DragDropInfo.Source Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets the object that initiated the drag and drop operation.
public:
property System::Object ^ Source { System::Object ^ get(); };
public:
property Platform::Object ^ Source { Platform::Object ^ get(); };
public object Source { get; }
member this.Source : obj
Public ReadOnly Property Source As Object
Property Value
The object that initiated the drag and drop operation.