Note

Access to this page requires authorization. You can try signing in or .

Access to this page requires authorization. You can try .

DragEventArgs.DataView Property

Definition

Namespace:
Microsoft.UI.Xaml

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 read-only copy of the Data object.

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.

Applies to

See also


Feedback

Was this page helpful?