Nuta
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować się zalogować lub zmienić katalog.
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować zmienić katalogi.
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