StatusTextChange event
Fires when the status bar text of the object has changed.
HTML Attribute | <element StatusTextChange = "handler(event)"> |
attachEvent Method | object.attachEvent("StatusTextChange", handler) |
Synchronous | No |
Bubbles | No |
Cancelable | No |
sText [in]
Type: BSTRA String that specifies the new status bar text.
The container can use the information provided by this event to update the text of a status bar.
Reference