TabControl.OnDeselected(TabControlEventArgs) 方法

定义

引发 Deselected 事件。

protected:
 virtual void OnDeselected(System::Windows::Forms::TabControlEventArgs ^ e);
protected virtual void OnDeselected (System.Windows.Forms.TabControlEventArgs e);
abstract member OnDeselected : System.Windows.Forms.TabControlEventArgs -> unit
override this.OnDeselected : System.Windows.Forms.TabControlEventArgs -> unit
Protected Overridable Sub OnDeselected (e As TabControlEventArgs)

参数

e
TabControlEventArgs

包含事件数据的 TabControlEventArgs

注解

引发事件时,将通过委托调用事件处理程序。 有关详细信息,请参阅 处理和引发事件

方法 OnDeselected 还允许派生类在不附加委托的情况下处理事件。 这是在派生类中处理事件的首选技术。

继承者说明

在派生类中重写 OnDeselected(TabControlEventArgs) 时,一定要调用基类的 OnDeselected(TabControlEventArgs) 方法,以便已注册的委托对事件进行接收。

适用于

另请参阅