[]
Initializes a new instance of the ValidateParametersCompletedEventArgs class.
public ValidateParametersCompletedEventArgs(List<ParameterValidationError> errors, Exception error, bool cancelled)
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. |