ClassDataFormEditorValidationCompletedEventArgs
Event arguments providing additional validation information for the DataFormEditor.
Definition
Namespace:Telerik.Maui.Controls
Assembly:Telerik.Maui.Controls.dll
Syntax:
public class DataFormEditorValidationCompletedEventArgs : DataFormValidationCompletedEventArgs
Inheritance: objectEventArgsDataFormValidationCompletedEventArgsDataFormEditorValidationCompletedEventArgs
Inherited Members
Constructors
DataFormEditorValidationCompletedEventArgs(string, object, object, IReadOnlyList<DataFormValidationError>)
Initializes a new instance of the DataFormEditorValidationCompletedEventArgs class.
Declaration
public DataFormEditorValidationCompletedEventArgs(string propertyName, object propertyValue, object editorValue, IReadOnlyList<DataFormValidationError> validationErrors)
Parameters
propertyName
Specifies the name of the validated property.
propertyValue
Specifies the original value of the validated property in the model.
editorValue
Specifies the modified value of the validated property in the editor.
validationErrors
IReadOnlyList<DataFormValidationError>
Specifies a collection of validation errors.
Properties
EditorValue
Gets the modified value of the validated property in the editor.
PropertyName
Gets the name of the validated property.
PropertyValue
Gets the original value of the validated property in the model.