ComponentOne FlexReport for WinForms
ValidateParametersCompletedEventArgs Constructor

C1.Win.C1Document.4 Assembly > C1.Win.C1Document Namespace > ValidateParametersCompletedEventArgs Class : ValidateParametersCompletedEventArgs Constructor
A list of ParameterValidationError objects describing the errors which occur during checking of parameter values.
Any error that occurred during the asynchronous operation.
A value indicating whether the asynchronous operation was canceled.
Initializes a new instance of the ValidateParametersCompletedEventArgs class.
Syntax
'Declaration
 
Public Function New( _
   ByVal errors As System.Collections.Generic.List(Of ParameterValidationError), _
   ByVal error As System.Exception, _
   ByVal cancelled As System.Boolean _
)
public ValidateParametersCompletedEventArgs( 
   System.Collections.Generic.List<ParameterValidationError> errors,
   System.Exception error,
   System.bool cancelled
)

Parameters

errors
A list of ParameterValidationError objects describing the errors which occur during checking of parameter values.
error
Any error that occurred during the asynchronous operation.
cancelled
A value indicating whether the asynchronous operation was canceled.
See Also

Reference

ValidateParametersCompletedEventArgs Class
ValidateParametersCompletedEventArgs Members