Skip to main content
A newer version of this page is available. .

FocusedRowHandleChangedEventArgs Class

Provides data for the DataViewBase.FocusedRowHandleChanged event.

Namespace: DevExpress.Xpf.Grid

Assembly: DevExpress.Xpf.Grid.v18.2.Core.dll

Declaration

public class FocusedRowHandleChangedEventArgs :
    RoutedEventArgs

Remarks

The FocusedRowHandleChangedEventArgs arguments provide the FocusedRowHandleChangedEventArgs.RowData property that returns information about a new focused row.

Inheritance

Object
EventArgs
RoutedEventArgs
FocusedRowHandleChangedEventArgs
See Also