Compartilhar via


LeavingBackgroundEventHandler Delegar

Definição

O manipulador para o evento Application.LeavingBackground.

public delegate void LeavingBackgroundEventHandler(Platform::Object ^ sender, LeavingBackgroundEventArgs ^ e);
[Windows.Foundation.Metadata.ContractVersion(typeof(Microsoft.UI.Xaml.WinUIContract), 65536)]
[Windows.Foundation.Metadata.Guid(1030896532, 64463, 23565, 182, 239, 80, 98, 230, 139, 249, 248)]
public delegate void LeavingBackgroundEventHandler(object sender, LeavingBackgroundEventArgs e);
Public Delegate Sub LeavingBackgroundEventHandler(sender As Object, e As LeavingBackgroundEventArgs)

Parâmetros

sender
Object

Platform::Object

O objeto em que o manipulador está anexado.

e
LeavingBackgroundEventArgs

Os dados de evento do evento.

Atributos

Comentários

Esse evento não é invocado por aplicativos da área de trabalho.

Aplica-se a