Input for WinForms
事後検証
データ検証 > 事後検証

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 を使用すると、ユーザーによって入力された型付きの Value を検証できます。

PostValidation クラスは次の機能を備えています。

宣言による検証とプログラムによる検証を区別するには、PostValidation プロパティの2つの値 ValuesAndIntervals と PostValidatingEvent を使用します。PostValidatingEvent を指定すると、値/範囲の自動検証が無効になります。イベントコードと値/範囲の検証を組み合わせるには、イベントコードから ValidateValuesAndIntervals メソッドを呼び出します。