TcxControl.OnMouseLeave Event
Occurs when the mouse pointer leaves the control.
Declaration
property OnMouseLeave: TNotifyEvent read; write;
Remarks
Handle this event to perform specific actions in response to moving the mouse pointer outside the control’s bounds. For instance, you can handle this event in addition to handling OnMouseEnter to revert any visual changes applied to the control when an end-user moved the mouse pointer into the control’s area.
See Also