The following tables list the members exposed by ValidationErrorEventArgs.
Name | Description | |
---|---|---|
ValidationErrorEventArgs Constructor | Overloaded. |
Name | Description | |
---|---|---|
Control | Returns the control whose value failed validation, or null if the validation entity is not a control, or more than one control was validated. Applicable only when IsSingleEntityValidation returns true. | |
Editor | Returns the Editor whose value failed validation, or null if the validation entity is not an embeddable editor. Applicable only when IsSingleEntityValidation returns true. | |
IsSingleEntityValidation | Returns whether this instance represents the validation of a single control or embeddable editor. | |
NotificationSettings | Returns a NotificationSettings instance which exposes properties that enable customization of the manner in which the end user is notified of the validation error. | |
Validation | Returns the Validation instance which contains information about the validation(s) that caused the error. |