[]
        
(Showing Draft Content)

C1.Document.C1DocumentSource.ValidateParametersCompleted

ValidateParametersCompleted Event

Occurs when the ValidateParametersAsync() method has completed.

Namespace: C1.Document
Assembly: C1.Document.4.6.2.dll
Syntax
[C1Description("C1DocumentSource.ValidateParametersCompleted", "Occurs when the ValidateParametersAsync method has completed.")]
public event EventHandler<ValidateParametersCompletedEventArgs> ValidateParametersCompleted
<C1Description("C1DocumentSource.ValidateParametersCompleted", "Occurs when the ValidateParametersAsync method has completed.")>
Public Event ValidateParametersCompleted As EventHandler(Of ValidateParametersCompletedEventArgs)
Returns
Type Description
EventHandler<ValidateParametersCompletedEventArgs> Occurs when the method has completed.