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

イベントのイベント データ。

属性

注釈

このイベントは、デスクトップ アプリケーションによって呼び出されません。

適用対象