DataGridValidationEventArgs(Object, Object, Object, String, Int32) Constructor
In This Article
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
C#
public DataGridValidationEventArgs(
object newValue,
object oldValue,
object item,
string fieldName,
int rowHandle
)
#Parameters
Name | Type |
---|---|
new |
Object |
old |
Object |
item | Object |
field |
String |
row |
Int32 |
See Also