Skip to main content

DataGridValidationEventArgs(Object, Object, Object, String, Int32) Constructor

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

Namespace: DevExpress.XamarinForms.DataGrid

Assembly: DevExpress.XamarinForms.Grid.dll

NuGet Package: DevExpress.XamarinForms.Grid

Declaration

public DataGridValidationEventArgs(
    object newValue,
    object oldValue,
    object item,
    string fieldName,
    int rowHandle
)

Parameters

Name Type
newValue Object
oldValue Object
item Object
fieldName String
rowHandle Int32
See Also