DatePicker::OnDateValidationError Method (DatePickerDateValidationErrorEventArgs^)
.NET Framework (current version)
Raises the DateValidationError event.
Assembly: PresentationFramework (in PresentationFramework.dll)
protected: virtual void OnDateValidationError( DatePickerDateValidationErrorEventArgs^ e )
Parameters
- e
-
Type:
System.Windows.Controls::DatePickerDateValidationErrorEventArgs^
A DatePickerDateValidationErrorEventArgs that contains the event data.
Notes to Inheritors:
When overriding OnDateValidationError in a derived class, be sure to call the base class’s OnDateValidationError method so that registered delegates receive the event.
.NET Framework
Available since 4.0
Silverlight
Available since 2.0
Available since 4.0
Silverlight
Available since 2.0
Show: