Skip to main content

ValidateRowEventArgs(Int32, Object) Constructor

Initializes a new instance of the ValidateRowEventArgs class with the specified settings.

Namespace: DevExpress.XtraGrid.Views.Base

Assembly: DevExpress.XtraGrid.v23.2.dll

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

Declaration

public ValidateRowEventArgs(
    int rowHandle,
    object row
)

Parameters

Name Type Description
rowHandle Int32

An integer value representing the handle of the row being validated. This value is assigned to the RowEventArgs.RowHandle property.

row Object

An object representing the row being validated. This value is assigned to the RowObjectEventArgs.Row property.

Remarks

The constructor sets the ValidateRowEventArgs object’s properties to the following initial values:

See Also