[]
Provides data for the ValidateParametersCompleted event.
public class ValidateParametersCompletedEventArgs : AsyncCompletedEventArgs
Name | Description |
---|---|
ValidateParametersCompletedEventArgs(List<ParameterValidationError>, Exception, bool) | Initializes a new instance of the ValidateParametersCompletedEventArgs class. |
Name | Description |
---|---|
Errors | Gets the list of ParameterValidationError objects describing the errors which occur during checking of parameter values. |