C1.Win.C1InputPanel 命名空间 > InputComponent 类 : ChangeCanceled 事件 |
'声明
<C1CategoryAttribute("行为")> <C1DescriptionAttribute("当用户取消对组件内容的改变时触发。")> Public Event ChangeCanceled As System.EventHandler
'用法
Dim instance As InputComponent Dim handler As System.EventHandler AddHandler instance.ChangeCanceled, handler
[C1Category("行为")] [C1Description("当用户取消对组件内容的改变时触发。")] public event System.EventHandler ChangeCanceled
public event ChangeCanceled: System.EventHandler;
In JScript, you can handle the events defined by another class, but you cannot define your own.
[C1Category("行为")] [C1Description("当用户取消对组件内容的改变时触发。")] public: __event System.EventHandler* ChangeCanceled
[C1Category("行为")] [C1Description("当用户取消对组件内容的改变时触发。")] public: event System.EventHandler^ ChangeCanceled
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