'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.
Property | Description |
---|---|
Completion | Gets the completion status of the print task. |
See Also