Document Library for UWP | ComponentOne
C1.UWP.Document Assembly / C1.Xaml.Document Namespace / C1DocumentSource Class / PrintTaskCompleted Event

In This Topic
    PrintTaskCompleted Event (C1DocumentSource)
    In This Topic
    Occurs when the print task started with ShowPrintUIAsync method is finished.
    Syntax
    'Declaration
     
    Public Event PrintTaskCompleted As EventHandler(Of PrintTaskCompletedEventArgs)
    public event EventHandler<PrintTaskCompletedEventArgs> PrintTaskCompleted
    Event Data

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

    PropertyDescription
    Gets the completion status of the print task.  
    See Also