Skip to main content

IDocumentViewModel.DocumentException Event

Fires when any exception occurs during the document processing.

Namespace: DevExpress.Xpf.Printing.PreviewControl

Assembly: DevExpress.Xpf.Printing.v23.2.dll

NuGet Package: DevExpress.Wpf.Printing

Declaration

event ExceptionEventHandler DocumentException

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