Note

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

Access to this page requires authorization. You can try .

DragStartingEventArgs.GetDeferral Method

Definition

Namespace:
Windows.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.

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

public:
 virtual DragOperationDeferral ^ GetDeferral() = GetDeferral;
DragOperationDeferral GetDeferral();
public DragOperationDeferral GetDeferral();
function getDeferral()
Public Function GetDeferral () As DragOperationDeferral

Returns

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

Applies to

See also


Feedback

Was this page helpful?