Version

DateValidationErrorEventArgs Class Members

The following tables list the members exposed by DateValidationErrorEventArgs.

Public Constructors
 NameDescription
Public ConstructorDateValidationErrorEventArgs ConstructorOverloaded.   
Public Properties
 NameDescription
Public PropertyErrorCodeIndicates the reason the value failed validation.  
Public PropertyErrorValueReturns the incorrect value.  
Public PropertyNewValueGets/sets the new owner value for the control. It defaults to the previous value.  
Public PropertyPreviousValueReturns the previous value.  
Public PropertyValueTypeGets the type of value  
See Also