ArcFM Desktop Developer Guide
OnDateValidationError Method


A DatePickerDateValidationErrorEventArgs that contains the event data.
Raises the DateValidationError event.
Syntax
'Declaration
 
Protected Overridable Sub OnDateValidationError( _
   ByVal e As DatePickerDateValidationErrorEventArgs _
) 
'Usage
 
Dim instance As DatePicker
Dim e As DatePickerDateValidationErrorEventArgs
 
instance.OnDateValidationError(e)
protected virtual void OnDateValidationError( 
   DatePickerDateValidationErrorEventArgs e
)

Parameters

e
A DatePickerDateValidationErrorEventArgs that contains the event data.
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