Skip to main content

TcxGridFocusedViewChangedEvent Type

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

Declaration

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

Parameters

Name Type Description
Sender TcxCustomGrid

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