C1.WPF.Document.4.6.2 Assembly / C1.WPF.Document Namespace / C1DocumentSource Class / ValidateParametersCompleted Event

ValidateParametersCompleted Event (C1DocumentSource)
Occurs when the ValidateParametersAsync method has completed.
Syntax
'Declaration
 
Public Event ValidateParametersCompleted As EventHandler(Of ValidateParametersCompletedEventArgs)
 
Event Data

The event handler receives an argument of type ValidateParametersCompletedEventArgs containing data related to this event. The following ValidateParametersCompletedEventArgs properties provide information specific to this event.

PropertyDescription
(Inherited from System.ComponentModel.AsyncCompletedEventArgs)
(Inherited from System.ComponentModel.AsyncCompletedEventArgs)
Gets the list of ParameterValidationError objects describing the errors which occur during checking of parameter values.  
(Inherited from System.ComponentModel.AsyncCompletedEventArgs)
See Also