[]
        
(Showing Draft Content)

C1.WPF.Document.ValidateParametersCompletedEventArgs

ValidateParametersCompletedEventArgs Class

Provides data for the ValidateParametersCompleted event.

Inheritance
ValidateParametersCompletedEventArgs
Namespace: C1.WPF.Document
Assembly: C1.WPF.Document.4.6.2.dll
Syntax
public class ValidateParametersCompletedEventArgs : AsyncCompletedEventArgs

Constructors

Name Description
ValidateParametersCompletedEventArgs(List<ParameterValidationError>, Exception, bool)

Initializes a new instance of the ValidateParametersCompletedEventArgs class.

Properties

Name Description
Errors

Gets the list of ParameterValidationError objects describing the errors which occur during checking of parameter values.