onpropertychange Event

This topic documents a feature of Binary Behaviors, which are obsolete as of Internet Explorer 10.

Fires when a property value is changed for the calendar behavior.

Syntax

Event Property calendar.onpropertychange = handler;
attachEvent calendar.attachEvent( "onpropertychange", handler);
Named script <SCRIPT FOR = calendar EVENT = onpropertychange>

Event Information

Bubbles No
Cancels Yes
To invoke Change a property value for the calendar behavior.
Default action Initiates any action associated with this script.

Remarks

The onpropertychange event is available only to objects participating in the calendar behavior.

Applies To

calendar