Skip to main content
All docs
V25.1
  • .NET 8.0+

    ValidationCompletedEventArgs(RuleSetValidationResult, IObjectSpace, Frame) Constructor

    Initializes a new instance of the ValidationCompletedEventArgs class with specified settings.

    Namespace: DevExpress.Persistent.Validation

    Assembly: DevExpress.Persistent.Base.v25.1.dll

    Declaration

    public ValidationCompletedEventArgs(
        RuleSetValidationResult validationResult,
        IObjectSpace objectSpace,
        Frame sourceFrame
    )

    Parameters

    Name Type Description
    validationResult DevExpress.Persistent.Validation.RuleSetValidationResult

    The result of the entire RuleSet validation.

    objectSpace IObjectSpace

    An IObjectSpace used by the RuleSet.

    sourceFrame Frame

    The Frame of the Controller that validates objects. This parameter is used in WinForms applications only.

    See Also