onpropertychangeNN n/a IE 5(Win) DOM n/a  

Bubbles: No; Cancelable: No  

Fires after the property of an element changes under script control. Property changes occur through direct property assignment and methods, such as setAttribute( ). Changes to an element's property (e.g., a property of an element's style object) also trigger this event. The event object's propertyName property contains the name of the property influenced by the event.

 
Typical Targets

All rendered elements, plus the document object.