Skip to main content
A newer version of this page is available. .

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.v19.1.dll

Declaration

public event PdfReferencedDocumentOpeningEventHandler ReferencedDocumentOpening

Event Data

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

Property Description
Cancel Gets or sets a value indicating whether the event should be canceled. Inherited from CancelEventArgs.
DocumentFilePath Gets the path to the document.
OpenInNewWindow Gets a value that indicates whether or not to open the referenced document in a new window.
See Also