ComponentOne Document Library for UWP
Errors Property

C1.UWP.Document Assembly > C1.Xaml.Document 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