TeachingTip.Closing Kejadian

Definisi

Terjadi tepat sebelum ujung 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<TeachingTip, TeachingTipClosingEventArgs const&> const& handler) const;

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

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

Jenis Acara

Berlaku untuk