IDocumentViewModel.DocumentException Event
Fires when any exception occurs during the document processing.
Namespace: DevExpress.Xpf.Printing.PreviewControl
Assembly: DevExpress.Xpf.Printing.v24.1.dll
NuGet Package: DevExpress.Wpf.Printing
Declaration
Event Data
The DocumentException event's data class is ExceptionEventArgs. The following properties provide information specific to this event:
Property | Description |
---|---|
Exception | Provides access to the exception. |
Handled | Specifies whether or not the corresponding event was handled. |
See Also