C1.Win.C1InputPanel 命名空间 > InputComponent 类 : GotFocus 事件 |
'声明
<C1DescriptionAttribute("当该组件获取焦点时触发。")> <C1CategoryAttribute("焦点")> Public Event GotFocus As System.EventHandler
'用法
Dim instance As InputComponent Dim handler As System.EventHandler AddHandler instance.GotFocus, handler
[C1Description("当该组件获取焦点时触发。")] [C1Category("焦点")] public event System.EventHandler GotFocus
public event GotFocus: 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* GotFocus
[C1Description("当该组件获取焦点时触发。")] [C1Category("焦点")] public: event System.EventHandler^ GotFocus
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