ComponentOne Document Library for UWP
PrintTaskCompleted Event

C1.UWP.Document Assembly > C1.Xaml.Document Namespace > C1DocumentSource Class : PrintTaskCompleted Event
Occurs when the print task started with ShowPrintUIAsync method is finished.
Syntax
'Declaration
 
Public Event PrintTaskCompleted As System.EventHandler(Of PrintTaskCompletedEventArgs)
public event System.EventHandler<PrintTaskCompletedEventArgs> PrintTaskCompleted
Event Data

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

PropertyDescription
 
See Also