-api-id | -api-type |
---|---|
M:Windows.UI.Xaml.DragEventArgs.GetDeferral |
winrt method |
Supports asynchronous drag-and-drop operations by creating and returning a DragOperationDeferral object.
A deferral object that you can use to identify when the generation of the data package is complete.
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.