ArcFM Engine Developer Guide
DateValidationError Event


Occurs when text entered into the DatePicker cannot be parsed or the Date is not valid to be selected.
Syntax
'Declaration
 
Public Event DateValidationError As EventHandler(Of DatePickerDateValidationErrorEventArgs)
'Usage
 
Dim instance As DatePicker
Dim handler As EventHandler(Of DatePickerDateValidationErrorEventArgs)
 
AddHandler instance.DateValidationError, handler
public event EventHandler<DatePickerDateValidationErrorEventArgs> DateValidationError
Event Data

The event handler receives an argument of type DatePickerDateValidationErrorEventArgs containing data related to this event. The following DatePickerDateValidationErrorEventArgs properties provide information specific to this event.

PropertyDescription
ExceptionGets the exception that initially triggered the DateValidationError event.  
TextGets the text being parsed when the DateValidationError event was raised.  
ThrowExceptionGets or sets a value that indicates whether Exception should be thrown.  
Requirements

Target Platforms: Windows XP SP3 (32-bit and 64-bit), Windows 7 (32-bit and 64-bit)

Not all Operating Systems are supported on all products. Visit the ArcFM Solution Supported Versions page for full details.

See Also

Reference

DatePicker Class
DatePicker Members

 

 


Send Comment