ValidationCompletedEventArgs Constructors
Arguments passed to the RuleSet.ValidationCompleted event.Name | Parameters | Description |
---|---|---|
ValidationCompletedEventArgs(RuleSetValidationResult, IObjectSpace, Frame) | validationResult, objectSpace, sourceFrame | Initializes a new instance of the ValidationCompletedEventArgs class with specified settings. |
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