Input for WinForms | ComponentOne
Data Validation / Post Validation
In This Topic
    Post Validation
    In This Topic

    PostValidation or typed validation is the process of validating the typed value after parsing, after the input string has been converted to the DataType. Input provides the PostValidation class for validation rules applied after after converting the string entered by the user to the DataType.

    PostValidation allows you to validate the typed Value entered by the user.

    The PostValidation class allows you to:

    To distinguish between declarative and programmatic validation, use the PostValidation property with two possible values: ValuesAndIntervals and ValidatingEvent. Note that PostValidatingEvent disables automatic validation of values and intervals. Call the ValidateValuesAndIntervals method from the event code if you want to combine event code with values and intervals validation.