Skip to content

Latest commit

 

History

History
23 lines (16 loc) · 885 Bytes

drageventargs_data.md

File metadata and controls

23 lines (16 loc) · 885 Bytes
-api-id -api-type
P:Microsoft.UI.Xaml.DragEventArgs.Data
winrt property

Microsoft.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