DatePickerDateValidationErrorEventArgs.ThrowException プロパティ

定義

Exceptionをスローするかどうかを示す値を取得または設定します。

public:
 property bool ThrowException { bool get(); void set(bool value); };
public bool ThrowException { get; set; }
member this.ThrowException : bool with get, set
Public Property ThrowException As Boolean

プロパティ値

true 例外をスローする必要がある場合。それ以外の場合は false

適用対象