LinkBase.PrintCompleted Event
In This Article
Occurs when the document printing has been finished.
Namespace: DevExpress.Xpf.Printing
Assembly: DevExpress.Xpf.Printing.v14.2.dll
#Declaration
#Event Data
The PrintCompleted event's handler receives an argument of the AsyncCompletedEventArgs type. The following properties provide information specific to this event:
Property | Description |
---|---|
Cancelled | Gets a value indicating whether an asynchronous operation has been canceled. |
Error | Gets a value indicating which error occurred during an asynchronous operation. |
User |
Gets the unique identifier for the asynchronous task. |
See Also