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