User Guide

1002 ProgressBar component
Event summary for the ProgressBar class
The following table lists events of the ProgressBar class.
Events inherited from the UIObject class
The following table lists the events the ProgressBar class inherits from the UIObject class.
When calling these events from the ProgressBar object, use the form
ProgressBar.eventName.
Event Description
ProgressBar.complete Triggered when loading is complete.
ProgressBar.progress Triggered as content loads in manual or polled mode.
Event Description
UIObject.draw Broadcast when an object is about to draw its graphics.
UIObject.hide Broadcast when an object’s state changes from visible
to invisible.
UIObject.load Broadcast when subobjects are being created.
UIObject.move Broadcast when the object has moved.
UIObject.resize Broadcast when an object has been resized.
UIObject.reveal Broadcast when an object’s state changes from invisible
to visible.
UIObject.unload Broadcast when the subobjects are being unloaded.