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.v19.1.Core.dll

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