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

In This Topic
    GenerateCompleted Event (C1PdfDocumentSource)
    In This Topic
    Occurs when the GenerateAsync method has completed.
    Syntax
    'Declaration
     
    Public Event GenerateCompleted As EventHandler(Of AsyncCompletedEventArgs)
    public event EventHandler<AsyncCompletedEventArgs> GenerateCompleted
    Event Data

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

    PropertyDescription
     
     
     
    See Also