ContentDialogClosingEventArgs.GetDeferral Method

Definition

Gets a ContentDialogClosingDeferral that the app can use to respond asynchronously to the closing event.

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

Returns

A ContentDialogClosingDeferral that the app can use to respond asynchronously to the closing event.

Applies to