.. _EditText.onChange: ================================================ EditText.onChange ================================================ void **onChange** () Description ----------- An event-handler callback function, called when the content of the element has been changed The handler is called only when the change is complete?that is, when focus moves to another control, or the user types Enter. The exact behavior depends on the creation parameter enterKeySignalsOnChange;see the properties property.