2016-07-20 16:25:09 -07:00
|
|
|
# Raise Event
|
2016-07-20 11:31:14 -07:00
|
|
|
|
2016-07-20 16:25:09 -07:00
|
|
|
Raise an event in the event bus.
|
2016-07-20 11:31:14 -07:00
|
|
|
|
|
|
|
```sig
|
2016-07-21 13:29:59 -07:00
|
|
|
control.raiseEvent(control.eventSourceId(EventBusSource.MICROBIT_ID_BUTTON_A), control.eventValueId(EventBusValue.MICROBIT_EVT_ANY));
|
2016-07-20 11:31:14 -07:00
|
|
|
```
|
|
|
|
|
2016-07-21 13:29:59 -07:00
|
|
|
**This is an advanced API.** For more information, see the
|
2016-11-01 17:44:37 -07:00
|
|
|
[@boardname@ runtime messageBus documentation](https://lancaster-university.github.io/microbit-docs/ubit/messageBus/)
|