ReportServicePreviewModel.PrintError Event
Occurs if an error occurs while printing a document.
Namespace: DevExpress.Xpf.Printing
Assembly: DevExpress.Xpf.Printing.v14.2.dll
Declaration
public event EventHandler<FaultEventArgs> PrintError
Public Event PrintError As EventHandler(Of FaultEventArgs)
Event Data
The PrintError event's handler receives an argument of the FaultEventArgs type. The following properties provide information specific to this event:
| Property | Description |
|---|---|
| Fault | Gets the exception, raised if an error occurs. Inherited from SimpleFaultEventArgs. |
| Handled | Specifies whether the raised exception is handled or not. |
See Also