ComponentOne CalendarView for WinForms
C1.Win.C1Input Namespace / PostValidation Class / Validate Method
The value to validate.
Error information filled in case of failure.

In This Topic
    Validate Method (PostValidation)
    In This Topic
    Performs validation using the current settings of the PostValidation object. Returns true if vaidation was successful.
    Syntax
    'Declaration
     
    
    Public Function Validate( _
       ByVal value As Object, _
       ByVal errorInfo As ErrorInfo _
    ) As Boolean
    public bool Validate( 
       object value,
       ErrorInfo errorInfo
    )

    Parameters

    value
    The value to validate.
    errorInfo
    Error information filled in case of failure.
    See Also