This topic has not yet been rated - Rate this topic

PropertyChange event

Fires when the PutProperty method of the object changes the value of a property.

Syntax

HTML Attribute <element PropertyChange = "handler(event)">
Event Property object.PropertyChange = handler;
attachEvent Method object.attachEvent("PropertyChange", handler)

Event information

SynchronousNo
BubblesNo
CancelableNo

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

 

 

Build date: 11/12/2012

Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.