Observação
O acesso a essa página exige autorização. Você pode tentar entrar ou alterar diretórios.
O acesso a essa página exige autorização. Você pode tentar alterar os diretórios.
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: BSTRA String that specifies the name of the property whose value has changed.
Remarks
The WebBrowser object ignores this event.
See also
Reference