Skip to main content

RowEventArgs(Int32) Constructor

Creates a new RowEventArgs object.

Namespace: DevExpress.XtraGrid.Views.Base

Assembly: DevExpress.XtraGrid.v23.2.dll

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

Declaration

public RowEventArgs(
    int rowHandle
)

Parameters

Name Type Description
rowHandle Int32

An integer value representing the row’s handle. This value is assigned to the RowEventArgs.RowHandle property.

Remarks

RowEventArgs class instances are automatically created, initialized and passed to events that require a row handle as the parameter.

See Also