Event.propertyName (Property)

The name of a property that was changed and which triggered an onPropertyChange event.

Availability:

JScript - 5.0
Internet Explorer - 5.0
Property/method value type:String primitive
JavaScript syntax:IEmyEvent.propertyName

This property is useful in the event handler code for the onPropertyChange event. You can also inspect the srcElement property of the same Event object to establish the object owning the changed property.

See also:Event.srcElement, onPropertyChange