Document Library for WinForms | ComponentOne
C1.Win.C1Document.4.5.2 Assembly / C1.Win.C1Document Namespace / C1PdfDocumentSource Class / ValidateParametersCompleted Event

In This Topic
    ValidateParametersCompleted Event (C1PdfDocumentSource)
    In This Topic
    Occurs when the ValidateParametersAsync method has completed.
    Syntax
    'Declaration
     
    Public Event ValidateParametersCompleted As EventHandler(Of ValidateParametersCompletedEventArgs)
    public event 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