oncloseall Event

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

Fires when all entries in the menu are closed by invoking the closeAll method for the menu behavior.

Syntax

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

Event Information

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

Remarks

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

Applies To

menu