DragInfo.Data 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 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.