Skip to content

Latest commit

 

History

History
26 lines (19 loc) · 1.29 KB

activatedeventhandler.md

File metadata and controls

26 lines (19 loc) · 1.29 KB
-api-id -api-type
T:Windows.UI.WebUI.ActivatedEventHandler
winrt delegate

Windows.UI.WebUI.ActivatedEventHandler

-description

Represents a method that handles the app activation event.

-parameters

-param sender

The sender.

-param eventArgs

The event information. The data type depends on why the app was activated. For a list of possible data types, see the ActivationKind enumeration.

-remarks

-examples

-see-also

App lifecycle, Onactivated event, WebUIApplication, ActivationKind, App activated, resume, and suspend using the WRL sample