onclosenode Event

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

Fires when a menu node is closed for the menu behavior.

Syntax

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

Event Information

Bubbles No
Cancels No
To invoke Run the closeNode method on the menu behavior.
Default action Initiates any action associated with this script.

Remarks

The onclosenode event is available only to objects participating in the menu behavior.

Applies To

menu