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:
Specifies the TreeviewField that the mouse was in
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:
Specifies the TreeNode that was entered