Language Reference Guide : 5. Events : MouseExitNode Event
 
Share this page                  
MouseExitNode Event
The MouseExitNode event occurs when the mouse cursor exits a TreeviewField’s treenode.
This event has the following syntax:
on MouseExitNode [treeviewfieldname]
The following FrameExec class attributes can be used in the event block:
TriggerField (see TriggerField Attribute)
Specifies the TreeviewField that the mouse exited
OriginatorField (see OriginatorField Attribute)
Specifies the TreeviewField specified in the MouseExit statement. This is always the TreeviewField containing the TriggerNode.
The following TreeviewField class attributes can be used in the event block:
TriggerNode (see TriggerNode Attribute)
Specifies the TreeNode that was exited