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

FocusedRowChangedEventArgs(BaseRow, BaseRow) Constructor

Creates a new FocusedRowChangedEventArgs object.

Namespace: DevExpress.XtraVerticalGrid.Events

Assembly: DevExpress.XtraVerticalGrid.v18.2.dll

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