Back to Devexpress

TcxCustomGridView.OnMouseEnter Event

vcl-cxgridcustomview-dot-tcxcustomgridview-d8ffbb91.md

latest1.2 KB
Original Source

TcxCustomGridView.OnMouseEnter Event

Occurs when the mouse pointer moves over the current View.

Declaration

delphi
property OnMouseEnter: TNotifyEvent read; write;

Remarks

Handle the OnMouseEnter event to perform specific actions when an end-user moves the mouse over the current View. For example, you can use this event to highlight the grid View element located under the mouse pointer, and then use the OnMouseLeave event to reverse its appearance back to the default when the mouse leaves the current View.

See Also

TcxControl.OnMouseLeave

TcxCustomGridView.OnMouseLeave

TcxCustomGridView.OnMouseLeave

TdxAlertWindowManager.OnMouseLeave

TcxCustomGridView Class

TcxCustomGridView Members

cxGridCustomView Unit