[]
        
(Showing Draft Content)

C1.WPF.Document.ValidateParametersCompletedEventArgs.-ctor

ValidateParametersCompletedEventArgs Constructor

ValidateParametersCompletedEventArgs(List<ParameterValidationError>, Exception, bool)

Initializes a new instance of the ValidateParametersCompletedEventArgs class.

Declaration
public ValidateParametersCompletedEventArgs(List<ParameterValidationError> errors, Exception error, bool cancelled)
Parameters
Type Name Description
List<ParameterValidationError> errors

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

Exception error

Any error that occurred during the asynchronous operation.

bool cancelled

A value indicating whether the asynchronous operation was canceled.