Skip to content

Latest commit

 

History

History
30 lines (18 loc) · 876 Bytes

drageventargs_getdeferral_254836512.md

File metadata and controls

30 lines (18 loc) · 876 Bytes
-api-id -api-type
M:Windows.UI.Xaml.DragEventArgs.GetDeferral
winrt method

Windows.UI.Xaml.DragEventArgs.GetDeferral

-description

Supports asynchronous drag-and-drop operations by creating and returning a DragOperationDeferral object.

-returns

A deferral object that you can use to identify when the generation of the data package is complete.

-remarks

The GetDeferral method allows your app to call a function during a drag-and-drop operation, so that your app can asynchronously generate the DataPackage object for the target app.

-examples

-see-also

Drag-and-drop overview