 | UIControlOnGotFocus 方法 |
Sweet 开发框架
命名空间:
SweetUI
程序集:
SweetUI (在 SweetUI.dll 中) 版本:3.10.1.0 (3.10.1.0)
语法protected override void OnGotFocus(
EventArgs e
)
Protected Overrides Sub OnGotFocus (
e As EventArgs
)
abstract OnGotFocus :
e : EventArgs -> unit
override OnGotFocus :
e : EventArgs -> unit
参数
- e
- 类型:SystemEventArgs
包含事件数据的 EventArgs。
参见