Version

DateValidationErrorEventArgs Constructor(UltraCalendarCombo,Object,Object,DateValidationError,CalendarComboValueType)

Constructor
Syntax
'Declaration
 
Public Function New( _
   ByVal owningControl As UltraCalendarCombo, _
   ByVal previousValue As Object, _
   ByVal errorValue As Object, _
   ByVal errorCode As DateValidationError, _
   ByVal valueType As CalendarComboValueType _
)
public DateValidationErrorEventArgs( 
   UltraCalendarCombo owningControl,
   object previousValue,
   object errorValue,
   DateValidationError errorCode,
   CalendarComboValueType valueType
)

Parameters

owningControl
Owning UltraCalendarControl
previousValue
Previous valid value
errorValue
Value that lead to the error.
errorCode
Reason that the validation failed.
valueType
The value type of the new value.
Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 8, Windows 7, Windows Server 2012, Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also