InfoBar.CloseButtonClick Ereignis

Definition

Tritt auf, nachdem die Schaltfläche "Schließen" in der Infoleiste geklickt wurde.

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

Ereignistyp

Gilt für: