PropertyChange event
Fires when the PutProperty method of the object changes the value of a property.
HTML Attribute | <element PropertyChange = "handler(event)"> |
attachEvent Method | object.attachEvent("PropertyChange", handler) |
Synchronous | No |
Bubbles | No |
Cancelable | No |
sProperty [in]
Type: BSTRA String that specifies the name of the property whose value has changed.
The WebBrowser object ignores this event.
Reference