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