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


TabView.AddTabButtonClick Событие

Определение

Происходит при нажатии кнопки добавления (+).

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

// Register
event_token AddTabButtonClick(TypedEventHandler<TabView, IInspectable const&> const& handler) const;

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

// Revoke with event_revoker
TabView::AddTabButtonClick_revoker AddTabButtonClick(auto_revoke_t, TypedEventHandler<TabView, IInspectable const&> const& handler) const;
public event TypedEventHandler<TabView,object> AddTabButtonClick;
Public Custom Event AddTabButtonClick As TypedEventHandler(Of TabView, Object) 

Тип события

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