InputPanel for WinForms帮助文档
ChangeCommitted 事件






Fires when the user commits changes to the component contents.
语法
'声明
 
<C1DescriptionAttribute("当用户提交对组件内容的改变时触发。")>
<C1CategoryAttribute("行为")>
Public Event ChangeCommitted As System.EventHandler
'用法
 
Dim instance As InputComponent
Dim handler As System.EventHandler
 
AddHandler instance.ChangeCommitted, handler
[C1Description("当用户提交对组件内容的改变时触发。")]
[C1Category("行为")]
public event System.EventHandler ChangeCommitted
public event ChangeCommitted: 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* ChangeCommitted
[C1Description("当用户提交对组件内容的改变时触发。")]
[C1Category("行为")]
public:
event System.EventHandler^ ChangeCommitted
需求

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