ValidationEventArgs Properties
Provides data for the BaseEdit.Validate event.Name | Description |
---|---|
ErrorContent | Gets or sets an object that describes the validation error. |
ErrorType | Gets or sets the error type. |
IsValid | Gets or sets a value specifying whether the value is valid. |
UpdateSource | Gets the action that caused the validation. |
Value | Gets the editor’s value. |
See Also