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

FocusedRowHandleChangedEventArgs(RowData) Constructor

Initializes a new instance of the FocusedRowHandleChangedEventArgs class with the specified settings.

Namespace: DevExpress.Xpf.Grid

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

NuGet Packages: DevExpress.WindowsDesktop.Wpf.Grid.Core, DevExpress.Wpf.Grid.Core

Declaration

public FocusedRowHandleChangedEventArgs(
    RowData rowData
)

Parameters

Name Type
rowData RowData

Remarks

Instances of the FocusedRowHandleChangedEventArgs class are automatically created, initialized and passed to the corresponding event handlers.

See Also