DeferralCompletedHandler DeferralCompletedHandler DeferralCompletedHandler DeferralCompletedHandler Delegate

Definition

Represents a method that handles the completed event of a deferred action.

public : delegate void DeferralCompletedHandler()public delegate void DeferralCompletedHandler()Public Delegate DeferralCompletedHandler()// You can use this delegate in JavaScript.
Attributes
Windows 10 requirements
Device family
Windows 10 (introduced v10.0.10240.0)
API contract
Windows.Foundation.FoundationContract (introduced v1)

Remarks

Javascript apps should not allow navigation before completing a deferral. Doing so could cause an app to crash and should be considered a programming error.