Share via


TabView.AddTabButtonClick 事件

定義

發生于按一下 [新增 (+) 索引標籤] 按鈕時。

本檔適用于 Windows 應用程式 SDK 中適用于 WinUI 的 WinUI 2 for UWP (,請參閱Windows 應用程式 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) 

事件類型

適用於