onrowout Event
This topic documents a feature of Binary Behaviors, which are obsolete as of Internet Explorer 10.
Fires when the mouse cursor exits a row for the rowover behavior.
Syntax
Event Property rowover.onrowout = handler; attachEvent rowover.attachEvent( "onrowout", handler); Internet Explorer only Named script < SCRIPT FOR= rowoverEVENT= onrowout>Internet Explorer only
Event Information
Bubbles No Cancels No To invoke Move the mouse cursor outside a row in a table participating in the rowover behavior. Default action Initiates any action associated with this script.
Remarks
The onrowout event is available only to objects participating in the rowover behavior.
Applies To
rowover
Community Additions
Show: