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

RowObjectEventArgs(Int32, Object) Constructor

Initializes a new instance of the RowObjectEventArgs class.

Namespace: DevExpress.XtraGrid.Views.Base

Assembly: DevExpress.XtraGrid.v18.2.dll

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