ResumingEventHandler ResumingEventHandler ResumingEventHandler ResumingEventHandler Delegate

Definition

Represents a method that handles the app resumption event.

public : delegate void ResumingEventHandler(PlatForm::Object sender)public delegate void ResumingEventHandler(Object sender)Public Delegate ResumingEventHandler(sender As Object)// You can use this delegate in JavaScript.
Parameters
sender
PlatForm::Object Object Object Object

The sender.

Attributes
Windows 10 requirements
Device family
Windows 10 (introduced v10.0.10240.0)
API contract
Windows.Foundation.UniversalApiContract (introduced v1)

See Also