Share via


EnteredBackgroundEventHandler 代理人

定義

Application.EnteredBackground 事件的處理常式。

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)

參數

sender
Object

Platform::Object

附加處理常式的物件。

e
EnteredBackgroundEventArgs

事件的事件資料。

屬性

備註

傳統型應用程式不會叫用此事件。

適用於