Back to Devexpress

PdfViewer.ReferencedDocumentOpening Event

windowsforms-devexpress-dot-xtrapdfviewer-dot-pdfviewer-085a1eba.md

latest2.1 KB
Original Source

PdfViewer.ReferencedDocumentOpening Event

Occurs when opening an embedded or external document by clicking its corresponding link in a PDF document.

Namespace : DevExpress.XtraPdfViewer

Assembly : DevExpress.XtraPdfViewer.v25.2.dll

NuGet Package : DevExpress.Win.PdfViewer

Declaration

csharp
public event PdfReferencedDocumentOpeningEventHandler ReferencedDocumentOpening
vb
Public Event ReferencedDocumentOpening As PdfReferencedDocumentOpeningEventHandler

Event Data

The ReferencedDocumentOpening event's data class is PdfReferencedDocumentOpeningEventArgs. The following properties provide information specific to this event:

PropertyDescription
CancelGets or sets a value indicating whether the event should be canceled. Inherited from CancelEventArgs.
DocumentFilePathGets the path to the document.
OpenInNewWindowGets a value that indicates whether or not to open the referenced document in a new window.

See Also

UriOpening

PdfViewer Class

PdfViewer Members

DevExpress.XtraPdfViewer Namespace