DataControlBase.CurrentItemChanged Event
In This Article
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 |
---|---|
New |
Gets the focused row. |
Old |
Gets the previously focused row. |
Source | Gets a control that raised the event. |
See Also