InfoBar.Closed 事件

定义

关闭 InfoBar 后发生。

本文档适用于 Windows 应用 SDKWinUI 的 WinUI 2 for UWP (,请参阅Windows 应用 SDK命名空间) 。

// Register
event_token Closed(TypedEventHandler<InfoBar, InfoBarClosedEventArgs const&> const& handler) const;

// Revoke with event_token
void Closed(event_token const* cookie) const;

// Revoke with event_revoker
InfoBar::Closed_revoker Closed(auto_revoke_t, TypedEventHandler<InfoBar, InfoBarClosedEventArgs const&> const& handler) const;
public event TypedEventHandler<InfoBar,InfoBarClosedEventArgs> Closed;
Public Custom Event Closed As TypedEventHandler(Of InfoBar, InfoBarClosedEventArgs) 

事件类型

适用于