InputPanel for WinForms帮助文档
LostFocus 事件 (InputComponent)






Fires when the component loses the focus.
语法
'声明
 
<C1DescriptionAttribute("当该组件失去焦点时触发。")>
<C1CategoryAttribute("焦点")>
Public Event LostFocus As System.EventHandler
'用法
 
Dim instance As InputComponent
Dim handler As System.EventHandler
 
AddHandler instance.LostFocus, handler
[C1Description("当该组件失去焦点时触发。")]
[C1Category("焦点")]
public event System.EventHandler LostFocus
public event LostFocus: System.EventHandler; 
In JScript, you can handle the events defined by another class, but you cannot define your own.
[C1Description("当该组件失去焦点时触发。")]
[C1Category("焦点")]
public: __event System.EventHandler* LostFocus
[C1Description("当该组件失去焦点时触发。")]
[C1Category("焦点")]
public:
event System.EventHandler^ LostFocus
需求

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

请参见

引用

InputComponent 类
InputComponent 成员

Send Feedback