ComponentOne Input for WinForms
C1.Win.C1Input.4.5.2 Assembly / C1.Win.C1Input Namespace / C1DropDownControl Class / CheckValidationResult Method
Value indicating the reason of validation failure
Parsed value of type DataType that was undergoing validation
Object detailing error information, if an error occurred

In This Topic
    CheckValidationResult Method (C1DropDownControl)
    In This Topic
    Checks the result of the ParseContent method.
    Syntax
    'Declaration
     
    Public Function CheckValidationResult( _
       ByVal reason As ErrorReasonEnum, _
       ByRef parsedValue As Object, _
       ByVal errorInfo As ErrorInfo _
    ) As Boolean
    public bool CheckValidationResult( 
       ErrorReasonEnum reason,
       ref object parsedValue,
       ErrorInfo errorInfo
    )

    Parameters

    reason
    Value indicating the reason of validation failure
    parsedValue
    Parsed value of type DataType that was undergoing validation
    errorInfo
    Object detailing error information, if an error occurred
    See Also