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 after the UI component is hidden.
Main article: onHidden
Raised before the UI component is hidden.
Main article: onHiding
Raised only once, after the UI component is initialized.
Main article: onInitialized
Raised after a UI component property is changed.
Main article: onOptionChanged
Raised before the UI component is displayed.
Main article: onShowing
Raised after the UI component is displayed.
Main article: onShown