Skip to main content

RowObjectEventArgs(Int32, Object) Constructor

Initializes a new instance of the RowObjectEventArgs class.

Namespace: DevExpress.XtraGrid.Views.Base

Assembly: DevExpress.XtraGrid.v23.2.dll

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

Declaration

public RowObjectEventArgs(
    int rowHandle,
    object row
)

Parameters

Name Type Description
rowHandle Int32

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

row Object

An object which represents the processed row. This value is assigned to the RowObjectEventArgs.Row property.

See Also