ValidationCompletedEventArgs(ValidationException, IObjectSpace) Constructor
Initializes a new instance of the ValidationCompletedEventArgs class.
Namespace: DevExpress.Persistent.Validation
Assembly: DevExpress.Persistent.Base.v25.2.dll
NuGet Package: DevExpress.Persistent.Base
Declaration
public ValidationCompletedEventArgs(
ValidationException exception,
IObjectSpace objectSpace
)
Parameters
| Name | Type | Description |
|---|---|---|
| exception | ValidationException | An exception to raise if the validation fails. |
| objectSpace | IObjectSpace | An IObjectSpace object used by the RuleSet. |
See Also