Skip to main content

GridRowValidationEventArgs(Object, Object, Int32, GridViewBase) Constructor

In This Article

Initializes a new instance of the GridRowValidationEventArgs class.

Namespace: DevExpress.Xpf.Grid

Assembly: DevExpress.Xpf.Grid.v14.2.dll

#Declaration

public GridRowValidationEventArgs(
    object source,
    object value,
    int rowHandle,
    GridViewBase view
)

#Parameters

Name Type Description
source Object

An object that raised the event.

value Object

An object that represents the value currently being validated.

rowHandle Int32

An integer value that specifies the processed row's handle. This value is assigned to the GridRowValidationEventArgs.RowHandle property.

view GridViewBase

A GridViewBase descendant that represents the grid's view.

See Also