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

事件数据。

属性

注解

桌面应用程序不调用此事件。

适用于