Back to Devexpress

VGridControlBase.FocusedRecordCellChanged Event

windowsforms-devexpress-dot-xtraverticalgrid-dot-vgridcontrolbase-98509fea.md

latest2.9 KB
Original Source

VGridControlBase.FocusedRecordCellChanged Event

Fires in response to cell focus changing from one cell to another in a record if the previously and currently focused cells have different indexes.

Namespace : DevExpress.XtraVerticalGrid

Assembly : DevExpress.XtraVerticalGrid.v25.2.dll

NuGet Packages : DevExpress.Win.Navigation, DevExpress.Win.VerticalGrid

Declaration

csharp
public event IndexChangedEventHandler FocusedRecordCellChanged
vb
Public Event FocusedRecordCellChanged As IndexChangedEventHandler

Event Data

The FocusedRecordCellChanged event's data class is IndexChangedEventArgs. The following properties provide information specific to this event:

PropertyDescription
NewIndexGets the index of the currently focused element.
OldIndexGets the index of the previously focused element.

Remarks

The FocusedRecordCellChanged event is raised when end-users move focus from one cell to another in a multi-editor row or in response to changing the VGridControlBase.FocusedRecordCellIndex property’s value. This event isn’t raised if the previously and currently focused cells have the same index.

The event parameter’s IndexChangedEventArgs.NewIndex and IndexChangedEventArgs.OldIndex properties identify the currently and previously focused cells, respectively.

See Also

FocusedRecordCellIndex

FocusedRecord

FocusedRecordChanged

VGridControlBase Class

VGridControlBase Members

DevExpress.XtraVerticalGrid Namespace