FocusedRowChangedEventArgs Class
In This Article
Provides data for the DataViewBase.FocusedRowChanged event.
Namespace: DevExpress.Xpf.Grid
Assembly: DevExpress.Xpf.Grid.v14.2.Core.dll
#Declaration
#Remarks
The FocusedRowChangedEventArgs class introduces the FocusedRowChangedEventArgs.NewRow and FocusedRowChangedEventArgs.OldRow properties, containing information about the data row that is now focused and previously focused row.
An instance of the FocusedRowChangedEventArgs class with appropriate settings is automatically created and passed to the corresponding event's handler.
#Inheritance
Object
EventArgs
RoutedEventArgs
FocusedRowChangedEventArgs
See Also