Language Reference Guide : 5. Events : ChildMouseEnterNode Event
 
Share this page                  
ChildMouseEnterNode Event
The ChildMouseEnterNode event is triggered for a composite field when one of its children receives a MouseEnterNode event.
This event has the following syntax:
on ChildMouseEnterNode [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.
You may use the following FrameExec class (see FrameExec Class) attributes in the ChildMouseEnterNode event block:
TriggerField (see TriggerField Attribute)
Specifies the TreeviewField that the mouse was in
OriginatorField (see OriginatorField Attribute)
Specifies the compositefield referenced in the ChildMouseEnterNode code block (or the TopForm if none is referenced)
You may use the following TreeviewField class attribute in the ChildMouseEnterNode event block:
TriggerNode (see TriggerNode Attribute)
Specifies the TreeNode that was entered