Miner.PresentationFramework Assembly > Miner.PresentationFramework.WPFControls Namespace > DatePicker Class : DateValidationError Event |
'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
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.
Property | Description |
---|---|
Exception | Gets the exception that initially triggered the DateValidationError event. |
Text | Gets the text being parsed when the DateValidationError event was raised. |
ThrowException | Gets or sets a value that indicates whether Exception should be thrown. |
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.