ComponentOne Input for WinForms
CheckValidationResult Method

C1.Win.C1Input.4 Assembly > C1.Win.C1Input Namespace > C1TextBox 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
Checks the result of the ParseContent method.
Syntax
'Declaration
 
Public Function CheckValidationResult( _
   ByVal reason As ErrorReasonEnum, _
   ByRef parsedValue As System.Object, _
   ByVal errorInfo As ErrorInfo _
) As System.Boolean
public System.bool CheckValidationResult( 
   ErrorReasonEnum reason,
   ref System.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

Reference

C1TextBox Class
C1TextBox Members