Document Library for WPF | ComponentOne
C1.WPF.Document.4.5.2 Assembly / C1.WPF.Document Namespace / C1DocumentSource Class / GenerateCompleted Event

In This Topic
    GenerateCompleted Event (C1DocumentSource)
    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