System Reference Summary : 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
Specifies the TreeviewField that the mouse was in
OriginatorField
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
Specifies the TreeNode that was exited