This section describes events fired by this UI component.
Raised when the UI component's content is ready.
Event
Main article: onContentReady.
Raised before the UI component is disposed of.
Main article: onDisposing
Raised when the Enter key has been pressed while an editor is focused.
Main article: onEditorEnterKey
Raised when the value of a formData object field is changed.
Main article: onFieldDataChanged
Raised only once, after the UI component is initialized.
Main article: onInitialized
Raised after a UI component property is changed.
Main article: onOptionChanged