如何捕获tabpanel导航按钮单击事件

问题描述:

我使用MS vs 2015和C#



我有一个带有多个标签的tabpanel



我希望用于在面板中导航的按钮更快。



为了我必须截取他们的点击事件但我无法在属性中找到它



我的尝试:



查看属性窗口tabpanel控件

I work with MS vs 2015 and C#

I have a tabpanel with multiple tabs

I want that the buttons that are used to navigate in the panels to be faster.

For thta I have to intercept their click event but I cant find it in the properties

What I have tried:

Looking at the properties windows of the tabpanel control

以下是所有TabPanel事件的列表。 TabPanel事件(System.Windows.Controls。基元) [ ^ ]
Here is a list of all the TabPanel events. TabPanel Events (System.Windows.Controls.Primitives)[^]