ActivatedEventHandler
ActivatedEventHandler
ActivatedEventHandler
ActivatedEventHandler
Delegate
Definition
Represents a method that handles the app activation event.
public : delegate void ActivatedEventHandler(PlatForm::Object sender, IActivatedEventArgs eventArgs)public delegate void ActivatedEventHandler(Object sender, IActivatedEventArgs eventArgs)Public Delegate ActivatedEventHandler(sender As Object, eventArgs As IActivatedEventArgs)// You can use this delegate in JavaScript.
Parameters
- sender
- PlatForm::Object Object Object Object
The sender.
The event information. The data type depends on why the app was activated. For a list of possible data types, see the ActivationKind enumeration.
- Attributes
Windows 10 requirements
| Device family |
Windows 10 (introduced v10.0.10240.0)
|
| API contract |
Windows.Foundation.UniversalApiContract (introduced v1)
|