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

GridRowValidationEventArgs(Object, Object, Int32, DataViewBase) Constructor

Initializes a new instance of the GridRowValidationEventArgs class.

Namespace: DevExpress.Xpf.Grid

Assembly: DevExpress.Xpf.Grid.v18.2.Core.dll

Declaration

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

Parameters

Name Type Description
source Object

An object that raised the event.

value Object

A validated row.

rowHandle Int32

A handle of the validated row.

view DataViewBase

A DataViewBase descendant that is the view that raised the event.

See Also