SuspendingEventHandler 代理人

定義

Application.Suspending イベントのハンドラー。

public delegate void SuspendingEventHandler(Platform::Object ^ sender, SuspendingEventArgs ^ e);
[Windows.Foundation.Metadata.ContractVersion(typeof(Microsoft.UI.Xaml.WinUIContract), 65536)]
[Windows.Foundation.Metadata.Guid(3837717625, 38397, 22593, 172, 235, 1, 168, 161, 251, 115, 208)]
public delegate void SuspendingEventHandler(object sender, SuspendingEventArgs e);
Public Delegate Sub SuspendingEventHandler(sender As Object, e As SuspendingEventArgs)

パラメーター

sender
Object

Platform::Object

ハンドラーがアタッチされているオブジェクト。

e
SuspendingEventArgs

イベント データ。

属性

注釈

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

適用対象