LeavingBackgroundEventHandler
LeavingBackgroundEventHandler
LeavingBackgroundEventHandler
LeavingBackgroundEventHandler
Delegate
Definition
Represents a method that handles the leaving background event.
public : delegate void LeavingBackgroundEventHandler(PlatForm::Object sender, ILeavingBackgroundEventArgs e)public delegate void LeavingBackgroundEventHandler(Object sender, ILeavingBackgroundEventArgs e)Public Delegate LeavingBackgroundEventHandler(sender As Object, e As ILeavingBackgroundEventArgs)// You can use this delegate in JavaScript.
Parameters
- sender
- PlatForm::Object Object Object Object
The object that fired the event.
- e
- ILeavingBackgroundEventArgs ILeavingBackgroundEventArgs ILeavingBackgroundEventArgs ILeavingBackgroundEventArgs
Information about the event.
- Attributes
Windows 10 requirements
| Device family |
Windows 10 Anniversary Edition (introduced v10.0.14393.0)
|
| API contract |
Windows.Foundation.UniversalApiContract (introduced v3)
|