IDocument.CreateDocumentException Event
For internal use. Occurs when any exception is raised during document creation.
Namespace: DevExpress.DocumentView
Assembly: DevExpress.Printing.v24.1.Core.dll
NuGet Package: DevExpress.Printing.Core
Declaration
Event Data
The CreateDocumentException 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. |
Remarks
The CreateDocumentException event is intended for custom handling of specific exceptions, which may occur during document creation.
See Also