EnteredBackgroundEventHandler Delegate

Definition

The handler for the Application.EnteredBackground event.

C#
[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);

Parameters

sender
Object

The object where the handler is attached.

e
EnteredBackgroundEventArgs

Event data for the event.

Attributes

Remarks

This event is not invoked by desktop applications.

Applies to

Product Versions
Windows App SDK 0.8, 1.0, 1.1, 1.2, 1.3, 1.4, 1.5, 1.6