ComponentOne Document Library for UWP
ValidateParametersCompleted Event

C1.UWP.Document Assembly > C1.Xaml.Document Namespace > C1DocumentSource Class : ValidateParametersCompleted Event
Occurs when the ValidateParametersAsync method has completed.
Syntax
'Declaration
 
Public Event ValidateParametersCompleted As System.EventHandler(Of ValidateParametersCompletedEventArgs)
public event System.EventHandler<ValidateParametersCompletedEventArgs> ValidateParametersCompleted
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