DragEventArgs.DataView 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.
public:
property DataPackageView ^ DataView { DataPackageView ^ get(); };
DataPackageView DataView();
public DataPackageView DataView { get; }
var dataPackageView = dragEventArgs.dataView;
Public ReadOnly Property DataView As DataPackageView
Property Value
A read-only copy of the Data object.