C1.WPF.Document Assembly / C1.WPF.Document Namespace / C1PdfDocumentSource Class / OnValidateParametersCompleted Method
A list of ParameterValidationError objects describing the errors which occur during checking of parameter values.

In This Topic
OnValidateParametersCompleted Method (C1PdfDocumentSource)
In This Topic
For internal use.
Syntax
'Declaration
 
Protected Overridable Sub OnValidateParametersCompleted( _
   ByVal errors As List(Of ParameterValidationError), _
   ByVal exception As Exception _
) 
 

Parameters

errors
A list of ParameterValidationError objects describing the errors which occur during checking of parameter values.
exception
See Also