format
typescript
Control.AddEvent(event, callBack)class: Control
description
Adds the specified event callback to the control.
parameter
| param_name | type | description |
|---|---|---|
| event | ControlEvent | The event to add the callback to. |
| callBack | IControlEventCallBack | The callback function. |
reture
| type | description |
|---|---|
void |
