Language Reference Guide : 5. Events : ChildMouseExitNode Event
 
Share this page                  
ChildMouseExitNode Event
The ChildMouseExitNode event is triggered for a composite field when one of its children receives a MouseExitNode event.
This event has the following syntax:
on ChildMouseExitNode [compositefieldname]
compositefieldname is optional if you specify the event in a script for the compositefield, or if the field is the frame’s top form.
The following FrameExec class attributes can be used in the ChildMouseExitNode event block:
TriggerField (see TriggerField Attribute)
Specifies the TreeviewField that the mouse was in
OriginatorField (see OriginatorField Attribute)
Specifies the composite field referenced in the ChildMouseExitNode code block (or the TopForm if none is referenced)
The following TreeviewField class attribute can be used in the ChildMouseExitNode event block:
TriggerNode (see TriggerNode Attribute)
Specifies the TreeNode that was exited