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

事件数据实例。

适用于