InfoBar.Closing Kejadian

Definisi

Terjadi tepat sebelum InfoBar mulai ditutup.

Dokumentasi ini berlaku untuk WinUI 2 untuk UWP (untuk WinUI di SDK Aplikasi Windows, lihat namespace SDK Aplikasi Windows).

// 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) 

Jenis Acara

Berlaku untuk