Skip to content

Latest commit

 

History

History
25 lines (16 loc) · 877 Bytes

drageventargs_data.md

File metadata and controls

25 lines (16 loc) · 877 Bytes
-api-id -api-type
P:Windows.UI.Xaml.DragEventArgs.Data
winrt property

Windows.UI.Xaml.DragEventArgs.Data

-description

Gets or sets a data object (DataPackage) that contains the data associated with the corresponding drag event. This value is not useful in all event cases; specifically, the event must be handled by a valid drop target.

-property-value

The data object that contains data payload that is associated with the corresponding drag event.

-remarks

-examples

-see-also

Drag-and-drop overview, ListViewBase, AllowDrop, UIElement.Drop