The following tables list the members exposed by ValidatingEventArgs.
Name | Description | |
---|---|---|
ValidatingEventArgs Constructor | Creates a new instance of the ValidatingEventArgs class. |
Name | Description | |
---|---|---|
Control | Returns the control whose value is being validated, or null if the entity being validated is not a control. | |
Editor | Returns the Editor whose value is being validated, or null if the entity being validated is not an embeddable editor. | |
IsValid | Gets/sets a boolean value indicating whether the Value has passed validation. | |
Status | Returns the ValidationStatus constant which describes whether the validation failed and if so, the reason it failed. | |
ValidationSettings | Returns the ValidationSettings instance with which the validation session is associated. | |
ValidationTrigger | Returns the ValidationTrigger constant which describes what action initiated the validation session. | |
Value | Returns the value being validated. |