This signal is emitted when an event occurs.
Handlers can return true to prevent any further handlers from running.
event |
the event that triggered the signal |
true if the handler handled the event, or false to continue propagating the event. |