Skip to content

格式

typescript
Control.ClearEvent(event, callBack)

所属类: Control

描述

清除当前控件的指定事件。

参数

参数名类型描述
eventControlEvent指定事件
callBackIControlEventCallBack|null

返回值

类型描述
void

代码示例