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 each time the UI component is resized by one pixel.
Main article: onResize
Raised when resizing ends.
Main article: onResizeEnd
Raised when resizing starts.
Main article: onResizeStart
Raised before the UI component is displayed.
Main article: onShowing
Raised after the UI component is displayed.
Main article: onShown
Raised when the UI component's title is rendered.
Main article: onTitleRendered