DragInfo.Data Property

Definition

Gets a view of the data being exchanged in the drag and drop operation.

public:
 property DataPackageView ^ Data { DataPackageView ^ get(); };
DataPackageView Data();
public DataPackageView Data { get; }
var dataPackageView = dragInfo.data;
Public ReadOnly Property Data As DataPackageView

Property Value

A read-only view of the data being exchanged in the drag and drop operation.

Applies to