ValidationRule Constructor (ValidationStep, Boolean)
.NET Framework (current version)
Initializes a new instance of the ValidationRule class with the specified validation step and a value that indicates whether the validation rule runs when the target is updated.
Assembly: PresentationFramework (in PresentationFramework.dll)
Parameters
- validationStep
-
Type:
System.Windows.Controls::ValidationStep
One of the enumeration values that specifies when the validation rule runs.
- validatesOnTargetUpdated
-
Type:
System::Boolean
true to have the validation rule run when the target of the Binding is updated; otherwise, false.
.NET Framework
Available since 3.0
Available since 3.0
Show: