C1.Win.C1Input.4.8 Assembly / C1.Win.C1Input Namespace / C1NumericEdit 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 (C1NumericEdit)
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
 

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