Version

ValidationErrorEventArgs Class Members

The following tables list the members exposed by ValidationErrorEventArgs.

Public Constructors
 NameDescription
Public ConstructorValidationErrorEventArgs ConstructorOverloaded.   
Public Properties
 NameDescription
Public PropertyControlReturns 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.  
Public PropertyEditorReturns the Editor whose value failed validation, or null if the validation entity is not an embeddable editor. Applicable only when IsSingleEntityValidation returns true.  
Public PropertyIsSingleEntityValidationReturns whether this instance represents the validation of a single control or embeddable editor.  
Public PropertyNotificationSettingsReturns a NotificationSettings instance which exposes properties that enable customization of the manner in which the end user is notified of the validation error.  
Public PropertyValidationReturns the Validation instance which contains information about the validation(s) that caused the error.  
See Also