Share via


DragDropInfo.Data Property

Definition

Represents the IDataObject of the drag and drop operation.

public:
 property System::Windows::IDataObject ^ Data { System::Windows::IDataObject ^ get(); };
public System.Windows.IDataObject Data { get; }
member this.Data : System.Windows.IDataObject
Public ReadOnly Property Data As IDataObject

Property Value

The IDataObject of the drag and drop operation

Applies to