Back to Devexpress

TcxCustomGridView.OnMouseLeave Event

vcl-cxgridcustomview-dot-tcxcustomgridview-6d1b731a.md

latest1016 B
Original Source

TcxCustomGridView.OnMouseLeave Event

Occurs when the mouse pointer leaves the current View.

Declaration

delphi
property OnMouseLeave: TNotifyEvent read; write;

Remarks

Handle the OnMouseLeave event to perform specific actions when an end-user moves the mouse pointer off the current View. For example, you can use this event to undo any changes that were made in the OnMouseEnter event handler.

See Also

TcxControl.OnMouseEnter

TcxCustomGridView.OnMouseEnter

TcxCustomGridView.OnMouseEnter

TdxAlertWindowManager.OnMouseEnter

TcxCustomGridView Class

TcxCustomGridView Members

cxGridCustomView Unit