当指定的触发控件事件时所要运行的内容运行完成之后,触发该事件。

命名空间:  SuperMap.Desktop
程序集:  SuperMap.Desktop.Core (in SuperMap.Desktop.Core)
版本: dll

语法

C#
event EventHandler CtrlActionRun

备注

当控件事件被触发后,会执行 IBaseItem 接口的 CtrlAction 属性所指定的内容,即为实现了 ICtrlAction 接口的类中重写 ICtrlAction 接口的 Run() 方法,因此该事件在运行完这个 Run() 方法后被触发。

请参见