C1.UWP.Document Assembly / C1.Xaml.Document Namespace / C1PdfDocumentSource Class / PrintTaskCompleted Event

PrintTaskCompleted Event (C1PdfDocumentSource)
Occurs when the print task started with ShowPrintUIAsync method is finished.
Syntax
'Declaration
 
Public Event PrintTaskCompleted As EventHandler(Of PrintTaskCompletedEventArgs)
 
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