Skip to main content
A newer version of this page is available. .

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