TeachingTip.Closing Event

Definition

Occurs just before the tip begins to close.

This documentation applies to WinUI 2 for UWP (for WinUI in the Windows App SDK, see the 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) 

Event Type

Applies to