Share via


InfoBar.CloseButtonClick 이벤트

정의

InfoBar에서 닫기 단추를 클릭한 후에 발생합니다.

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

// Register
event_token CloseButtonClick(TypedEventHandler<InfoBar, IInspectable const&> const& handler) const;

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

// Revoke with event_revoker
InfoBar::CloseButtonClick_revoker CloseButtonClick(auto_revoke_t, TypedEventHandler<InfoBar, IInspectable const&> const& handler) const;
public event TypedEventHandler<InfoBar,object> CloseButtonClick;
Public Custom Event CloseButtonClick As TypedEventHandler(Of InfoBar, Object) 

이벤트 유형

적용 대상