Skip to main content

DataControlBase.CurrentItemChanged Event

Occurs after the focused row is changed.

Namespace: DevExpress.WinUI.Grid

Assembly: DevExpress.WinUI.Grid.v23.2.dll

NuGet Package: DevExpress.WinUI

Declaration

public event CurrentItemChangedEventHandler CurrentItemChanged

Event Data

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

Property Description
NewItem Gets the focused row.
OldItem Gets the previously focused row.
Source Gets a control that raised the event.
See Also