Поделиться через


InfoBar.CloseButtonClick Событие

Определение

Происходит после нажатия кнопки закрытия на информационной панели.

Эта документация относится к WinUI 2 для UWP (для WinUI в Windows App SDK см. Windows App SDK пространства имен).

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

Тип события

Применяется к