[]
Occurs when the ValidateParametersAsync() method has completed.
[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)
| Type | Description |
|---|---|
| EventHandler<ValidateParametersCompletedEventArgs> | Occurs when the method has completed. |