Raised when an exception arises in the pages viewer during operations that are not directly invoked by the client (e.g. during OnPaint).
The event handler receives an argument of type UnhandledExceptionEventArgs containing data related to this event. The following UnhandledExceptionEventArgs property provides information specific to this event.
| Property | Description |
|---|---|
| Exception | Get the unhandled Exception |
PagesViewer Class | TallComponents.PDF.ReaderControls Namespace