Share via


CoreDragInfo.Data Property

Definition

Gets the DataPackageView for the item being dragged.

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

Property Value

The DataPackageView for the item being dragged.

Applies to