ValidationCompletedEventArgs Properties
Arguments passed to the RuleSet.ValidationCompleted event.Name | Description |
---|---|
Exception | Specifies a validation exception that will be raised if the validation is unsuccessful. |
Handled | Gets or sets a value that indicates whether the event handler has completely handled the event or whether the system should continue its own processing. Inherited from HandledEventArgs. |
ObjectSpace | Returns an IObjectSpace used by the RuleSet. |
Result | Returns the result of the entire RuleSet validation. |
SourceFrame | The Frame of the Controller that validates objects. Only WinForms applications use this property. |
Successful | Indicates if the validation was successful. |
See Also