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

InitNewRowEventArgs(Int32) Constructor

Initializes a new instance of the InitNewRowEventArgs class.

Namespace: DevExpress.XtraGrid.Views.Grid

Assembly: DevExpress.XtraGrid.v19.2.dll

Declaration

public InitNewRowEventArgs(
    int rowHandle
)

Parameters

Name Type Description
rowHandle Int32

An integer value representing the handle of the added row. This value is assigned to the InitNewRowEventArgs.RowHandle property.

See Also