The current event. Available for the event listener only.
<textbox onChanging="react(event.value)"/> <combobox onChanging="autoComplete()"/> <zscript> void react(String value) { ... } void autoComplete() { String value = event.getValue(); ... } </zscript>