DragOperation.Data Property

Definition

Gets the content to exchange in the drag and drop operation.

public:
 property DataPackage ^ Data { DataPackage ^ get(); };
DataPackage Data();
public DataPackage Data { get; }
var dataPackage = dragOperation.data;
Public ReadOnly Property Data As DataPackage

Property Value

The content to exchange in the drag and drop operation.

Applies to