Version

ValidatingEventArgs Class Members

The following tables list the members exposed by ValidatingEventArgs.

Public Constructors
 NameDescription
Public ConstructorValidatingEventArgs ConstructorCreates a new instance of the ValidatingEventArgs class.  
Public Properties
 NameDescription
Public PropertyControlReturns the control whose value is being validated, or null if the entity being validated is not a control.  
Public PropertyEditorReturns the Editor whose value is being validated, or null if the entity being validated is not an embeddable editor.  
Public PropertyIsValidGets/sets a boolean value indicating whether the Value has passed validation.  
Public PropertyStatusReturns the ValidationStatus constant which describes whether the validation failed and if so, the reason it failed.  
Public PropertyValidationSettingsReturns the ValidationSettings instance with which the validation session is associated.  
Public PropertyValidationTriggerReturns the ValidationTrigger constant which describes what action initiated the validation session.  
Public PropertyValueReturns the value being validated.  
See Also