PropertyChange event
Fires when the PutProperty method of the object changes the value of a property.
Syntax
| HTML Attribute | <element PropertyChange = "handler(event)"> |
|---|---|
| attachEvent Method | object.attachEvent("PropertyChange", handler) |
Event information
| Synchronous | No |
|---|---|
| Bubbles | No |
| Cancelable | No |
Event handler parameters
- sProperty [in]
-
Type: BSTR
A String that specifies the name of the property whose value has changed.
Remarks
The WebBrowser object ignores this event.
See also
- InternetExplorer
- Reference
- GetProperty
- PutProperty
Show: