This section describes events fired by this UI component.
Raised before the UI component is disposed of.
Event
Main article: onDisposing
Raised when the UI component's rendering has finished.
Main article: onDrawn
Raised after the UI component is exported.
Main article: onExported
Raised before the UI component is exported.
Main article: onExporting
Raised before a file with exported UI component is saved to the user's local storage.
Main article: onFileSaving
Raised when an error or warning occurs.
Main article: onIncidentOccurred
Raised only once, after the UI component is initialized.
Main article: onInitialized
Raised after a UI component property is changed.
Main article: onOptionChanged
Raised when a tooltip becomes hidden.
Main article: onTooltipHidden
Raised when a tooltip appears.
Main article: onTooltipShown