Skip to main content

FocusedRowChangedEventArgs(Int32, Int32) Constructor

Creates a new FocusedRowChangedEventArgs object.

Namespace: DevExpress.XtraGrid.Views.Base

Assembly: DevExpress.XtraGrid.v23.2.dll

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

Declaration

public FocusedRowChangedEventArgs(
    int prevFocusedRowHandle,
    int focusedRowHandle
)

Parameters

Name Type Description
prevFocusedRowHandle Int32

An integer value representing the handle of the previously focused row. This value is assigned to the FocusedRowChangedEventArgs.PrevFocusedRowHandle property.

focusedRowHandle Int32

An integer value representing the focused row handle. This value is assigned to the FocusedRowChangedEventArgs.FocusedRowHandle property.

See Also