StatusTextChange event

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: BSTR

    A 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

InternetExplorer

WebBrowser

Reference

StatusBar

StatusText