Skip to main content

FocusedRowChangedEventArgs(BaseRow, BaseRow) Constructor

Creates a new FocusedRowChangedEventArgs object.

Namespace: DevExpress.XtraVerticalGrid.Events

Assembly: DevExpress.XtraVerticalGrid.v24.1.dll

NuGet Packages: DevExpress.Win.Navigation, DevExpress.Win.VerticalGrid

Declaration

public FocusedRowChangedEventArgs(
    BaseRow row,
    BaseRow oldRow
)

Parameters

Name Type Description
row BaseRow

A BaseRow object representing the currently focused row. This value is assigned to the RowEventArgs.Row property.

oldRow BaseRow

A BaseRow object representing the previously focused row. This value is assigned to the FocusedRowChangedEventArgs.OldRow property.

See Also