Skip to main content
A newer version of this page is available. .
.NET Framework 4.5.2+

ValidationCompletedEventArgs Constructors

Arguments passed to the RuleSet.ValidationCompleted event.
Name Parameters Description
ValidationCompletedEventArgs(RuleSetValidationResult, IObjectSpace) validationResult, objectSpace Initializes a new instance of the ValidationCompletedEventArgs class.
ValidationCompletedEventArgs(ValidationException, IObjectSpace) exception, objectSpace Initializes a new instance of the ValidationCompletedEventArgs class.
See Also