MultiBinding.NotifyOnValidationError Property

Definition

Gets or sets a value that indicates whether to raise the Error attached event on the bound element.

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

Property Value

true if the Error attached event will be raised on the bound element when there is a validation error during source updates; otherwise, false. The default value is false.

Applies to

See also