API Reference > bentleyjs-core > Events > BeEvent > raiseEvent 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. Returns - void Defined in core/bentley/src/BeEvent.ts Line 86 Last Updated: 13 June, 2024