Chart.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

包含事件数据的对象。

注解

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

适用于