EnteredBackgroundEventHandler Delegate
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
The handler for the Application.EnteredBackground event.
public delegate void EnteredBackgroundEventHandler(Platform::Object ^ sender, EnteredBackgroundEventArgs ^ e);
[Windows.Foundation.Metadata.ContractVersion(typeof(Microsoft.UI.Xaml.WinUIContract), 65536)]
[Windows.Foundation.Metadata.Guid(4188345485, 36722, 21823, 180, 121, 33, 182, 134, 16, 137, 157)]
public delegate void EnteredBackgroundEventHandler(object sender, EnteredBackgroundEventArgs e);
Public Delegate Sub EnteredBackgroundEventHandler(sender As Object, e As EnteredBackgroundEventArgs)
Parameters
- sender
-
Object
Platform::Object
The object where the handler is attached.
Event data for the event.
- Attributes
Remarks
This event is not invoked by desktop applications.