Share via


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

事件資料。

屬性

備註

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

適用於