TeachingTip.Closing Ereignis

Definition

Tritt direkt vor dem Schließen der Tipp auf.

Diese Dokumentation gilt für WinUI 2 für UWP (für WinUI im Windows App SDK, siehe Windows App SDK Namespaces).

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

Ereignistyp

Gilt für: