raiseEvent Method
Raises the event by calling each registered listener with the supplied arguments.
raiseEvent(...args: any[]): void
see BeEvent.removeListener, BeEvent.addListener
| Parameter | Type | Description |
|---|---|---|
| ...args | any[] | This method takes any number of parameters and passes them through to the listeners. |
Defined in
Last Updated: 08 January, 2020