ComponentOne Document Library for WinForms
Errors Property

C1.Win.C1Document.4 Assembly > C1.Win.C1Document Namespace > ValidateParametersCompletedEventArgs Class : Errors Property
Gets the list of ParameterValidationError objects describing the errors which occur during checking of parameter values.
Syntax
'Declaration
 
Public ReadOnly Property Errors As System.Collections.Generic.List(Of ParameterValidationError)
public System.Collections.Generic.List<ParameterValidationError> Errors {get;}
See Also

Reference

ValidateParametersCompletedEventArgs Class
ValidateParametersCompletedEventArgs Members