LinkLabel.OnGotFocus(EventArgs) 方法

定义

引发 GotFocus 事件。

protected:
 override void OnGotFocus(EventArgs ^ e);
protected override void OnGotFocus (EventArgs e);
override this.OnGotFocus : EventArgs -> unit
Protected Overrides Sub OnGotFocus (e As EventArgs)

参数

e
EventArgs

包含事件数据的 EventArgs

注解

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

继承者说明

在派生类中重写 OnGotFocus(EventArgs) 时,请务必调用基类的 OnGotFocus(EventArgs) 方法。

适用于

另请参阅