FocusedRowHandleChangedEventArgs Class
In This Article
Provides data for the DataViewBase.FocusedRowHandleChanged event.
Namespace: DevExpress.Xpf.Grid
Assembly: DevExpress.Xpf.Grid.v24.2.Core.dll
NuGet Package: DevExpress.Wpf.Grid.Core
#Declaration
#Remarks
The FocusedRowHandleChangedEventArgs arguments provide the FocusedRowHandleChangedEventArgs.RowData property that returns information about a new focused row.
#Inheritance
Object
EventArgs
RoutedEventArgs
DevExpress.Xpf.Grid.FocusedRowHandleEventArgs
FocusedRowHandleChangedEventArgs
See Also