Events
Classes for raising and handling events.
Classes
| Name | Description | |
|---|---|---|
| BeEvent | Manages a set of listeners for a particular event and notifies them when the event is raised. | |
| BeEventList | A list of BeEvent objects, accessible by an event name. | Beta |
| BeUiEvent | Specialization of BeEvent for Ui events that take a single strongly typed argument. | Beta |
Type Aliases
| Name | Description | |
|---|---|---|
| Listener | A function invoked when a BeEvent is raised. |
Last Updated: 08 January, 2020