LeavingBackgroundEventHandler
LeavingBackgroundEventHandler
LeavingBackgroundEventHandler
LeavingBackgroundEventHandler
Delegate
Definition
Represents the method that will handle the Application.LeavingBackground event.
public : delegate void LeavingBackgroundEventHandler(PlatForm::Object sender, LeavingBackgroundEventArgs e)public delegate void LeavingBackgroundEventHandler(Object sender, LeavingBackgroundEventArgs e)Public Delegate LeavingBackgroundEventHandler(sender As Object, e As LeavingBackgroundEventArgs)// This API is not available in Javascript.
Parameters
- sender
- PlatForm::Object Object Object Object
The object where the handler is attached.
- e
- LeavingBackgroundEventArgs LeavingBackgroundEventArgs LeavingBackgroundEventArgs LeavingBackgroundEventArgs
Event data for the event.
- Attributes
Windows 10 requirements
| Device family |
Windows 10 Anniversary Edition (introduced v10.0.14393.0)
|
| API contract |
Windows.Foundation.UniversalApiContract (introduced v3)
|