Skip to main content

InitNewRowEventArgs(Int32) Constructor

Initializes a new instance of the InitNewRowEventArgs class.

Namespace: DevExpress.XtraGrid.Views.Grid

Assembly: DevExpress.XtraGrid.v23.2.dll

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

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