ContentDialogButtonClickDeferral ContentDialogButtonClickDeferral ContentDialogButtonClickDeferral ContentDialogButtonClickDeferral Class

Definition

Represents a deferral that can be used by an app to respond asynchronously to a button click event.

public : sealed class ContentDialogButtonClickDeferral : IContentDialogButtonClickDeferralpublic sealed class ContentDialogButtonClickDeferral : IContentDialogButtonClickDeferralPublic NotInheritable Class ContentDialogButtonClickDeferral Implements IContentDialogButtonClickDeferral// This API is not available in Javascript.
Attributes
Windows 10 requirements
Device family
Windows 10 (introduced v10.0.10240.0)
API contract
Windows.Foundation.UniversalApiContract (introduced v1)

Remarks

You can get an instance of this class by calling ContentDialogButtonClickEventArgs.GetDeferral.

Methods

Complete() Complete() Complete() Complete()

Notifies the system that the app has finished processing the button click event.

public : void Complete()public void Complete()Public Function Complete() As void// This API is not available in Javascript.