A newer version of this page is available.
Switch to the current version.
IDocumentViewModel.DocumentException Event
Fires when any exception occurs during the document processing.
Namespace: DevExpress.Xpf.Printing.PreviewControl
Assembly: DevExpress.Xpf.Printing.v18.2.dll
Declaration
event ExceptionEventHandler DocumentException
Event DocumentException As ExceptionEventHandler
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
Feedback