Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Fires when the status bar text of the object has changed.
Syntax
| HTML Attribute | <element StatusTextChange = "handler(event)"> |
| attachEvent Method | object.attachEvent("StatusTextChange", handler) |
Event information
| Synchronous | No |
| Bubbles | No |
| Cancelable | No |
Event handler parameters
sText [in]
Type: BSTRA String that specifies the new status bar text.
Remarks
The container can use the information provided by this event to update the text of a status bar.
See also
Reference