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.v24.1.dll
NuGet Packages: DevExpress.Win.Grid, DevExpress.Win.Navigation
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