System Reference Summary : 4. 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 attributes in the ChildMouseEnterNode event block:
TriggerField
Specifies the TreeviewField that the mouse was in
OriginatorField
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
Specifies the TreeNode that was entered