DataFormPropertyValidationEventArgs(String, Object, Object) Constructor
Initializes a new instance of the DataFormPropertyValidationEventArgs class with specified settings.
Namespace: DevExpress.XamarinForms.DataForm
Assembly: DevExpress.XamarinForms.Editors.dll
NuGet Package: DevExpress.XamarinForms.Editors
Declaration
public DataFormPropertyValidationEventArgs(
string propertyName,
object newValue,
object currentValue
)
Parameters
| Name | Type | Description |
|---|---|---|
| propertyName | String | For internal use. |
| newValue | Object | For internal use. |
| currentValue | Object | For internal use. |
See Also