InfoBar.Closing 이벤트

정의

InfoBar가 닫히기 직전에 발생합니다.

이 설명서는 UWP용 WinUI 2에 적용됩니다(Windows 앱 SDKWinUI의 경우 Windows 앱 SDK 네임스페이스 참조).

// Register
event_token Closing(TypedEventHandler<InfoBar, InfoBarClosingEventArgs const&> const& handler) const;

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

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

이벤트 유형

적용 대상