Back to Devexpress

TcxGridFocusedViewChangedEvent Type

vcl-cxgrid-91fb533d.md

latest1.0 KB
Original Source

TcxGridFocusedViewChangedEvent Type

The procedural type for events that notify an application about focus movements between grid Views.

Declaration

delphi
TcxGridFocusedViewChangedEvent = procedure(Sender: TcxCustomGrid; APrevFocusedView: TcxCustomGridView; AFocusedView: TcxCustomGridView) of object;

Parameters

NameTypeDescription
SenderTcxCustomGrid

Provides access to the Data Grid control that raised the focus movement notification event.

| | APrevFocusedView | TcxCustomGridView |

Returns the grid View that had focus before the change.

| | AFocusedView | TcxCustomGridView |

Returns the grid View that accepted focus after the change.

|

Remarks

A Data Grid control’s OnFocusedViewChanged event references the TcxGridFocusedViewChangedEvent procedural type.

See Also

cxGrid Unit