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

LayoutViewVisibleRecordIndexChangedEventArgs(Int32, Int32) Constructor

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

Namespace: DevExpress.XtraGrid.Views.Layout.Events

Assembly: DevExpress.XtraGrid.v19.1.dll

Declaration

public LayoutViewVisibleRecordIndexChangedEventArgs(
    int visibleRecordIndex,
    int prevVisibleRecordIndex
)

Parameters

Name Type Description
visibleRecordIndex Int32

An integer value that specifies the index of the currently visible card. This value is assigned to the LayoutViewVisibleRecordIndexChangedEventArgs.VisibleRecordIndex property.

prevVisibleRecordIndex Int32

An integer value that specifies the index of the previous visible card. This value is assigned to the LayoutViewVisibleRecordIndexChangedEventArgs.PrevVisibleRecordIndex property.

See Also