Language Reference Guide : 5. Events : ChildMouseExit Event
 
Share this page                  
ChildMouseExit Event
The ChildMouseExit event occurs when the mouse cursor leaves a field, or when the mouse is captured. If the ChildMouseExit event occurs because the mouse is captured, the associated ReasonCode is RC_MOUSECAPTURED.
This event has the following syntax:
on ChildMouseExit [compositefieldname]
The following attributes of the FrameExec class can be used in the ChildMouseExit event block:
TriggerField
Specifies the field that the mouse cursor entered
OriginatorField
Specifies the field specified in the on ChildMouseExit statement
ReasonCode
Specifes a reason code. Set to RC_MOUSECAPTURED if the event occurs because the mouse became captured
More information:
MouseExit Event
MouseEnter Event
OriginatorField Attribute
TriggerField Attribute