API Reference > bentleyjs-core > Events > BeEventList BeEventList<T extends Listener> Class Beta Is this class used? A list of BeEvent objects, accessible by an event name. This class may be used instead of explicitly declaring each BeEvent as a member of a containing class. Methods Name Description get(name: string): BeEvent<T extends Listener> Gets the BeEvent associated with a name. remove(name: string): void Removes the BeEvent associated with a name. Defined in core/bentley/src/BeEvent.ts Line 145 Last Updated: 13 June, 2024