WebBrowserBase.OnGotFocus(EventArgs) 方法

定义

引发 GotFocus 事件。

此 API 支持产品基础结构,不能在代码中直接使用。

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

适用于