[]
        
(Showing Draft Content)

C1.Win.Input.Base.IDropDownEditorBase.CheckValidationResult

CheckValidationResult Method

CheckValidationResult(ErrorReason, ref object, ErrorInfo)

Checks the result of the ParseContent method.

Declaration
bool CheckValidationResult(ErrorReason reason, ref object parsedValue, ErrorInfo errorInfo)
Parameters
Type Name Description
ErrorReason reason

Value indicating the reason of validation failure

object parsedValue

Parsed value of type DataType that was undergoing validation

ErrorInfo errorInfo

Object detailing error information, if an error occurred

Returns
Type Description
bool