onhide Event

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

Fires when the ToolTip behavior is no longer visible.

Syntax

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

Event Information

Bubbles No
Cancels No
To invoke
  • Hover the mouse cursor over an object referenced by the ELEMENT attribute on the ToolTip behavior for the period of time specified by the DURATION attribute.
  • Move the mouse cursor outside an object participating in the ToolTip behavior while the ToolTip is visible.
Default action Initiates any action associated with this script.

Remarks

The onhide event is available only to objects participating in the ToolTip behavior.

Applies To

ToolTip