Namespace:
System.Windows.Data
Assembly:
System.Windows (in System.Windows.dll)
Visual Basic (Declaration)
Public Property NotifyOnValidationError As Boolean
Get
Set
Dim instance As Binding
Dim value As Boolean
value = instance.NotifyOnValidationError
instance.NotifyOnValidationError = value
public bool NotifyOnValidationError { get; set; }
<Binding NotifyOnValidationError="bool"/>
NotifyOnValidationError controls whether or not the BindingValidationError event is raised. Silverlight supports exception validation only. For more information, see ValidatesOnExceptions.
For a list of the operating systems and browsers that are supported by Silverlight, see Supported Operating Systems and Browsers.
Reference
Other Resources