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

ReferencedDocumentOpeningEventArgs(String, Boolean) Constructor

Initializes a new instance of the ReferencedDocumentOpeningEventArgs class with the specified settings.

Namespace: DevExpress.Xpf.PdfViewer

Assembly: DevExpress.Xpf.PdfViewer.v19.2.dll

Declaration

public ReferencedDocumentOpeningEventArgs(
    string documentSource,
    bool openInNewWindow
)

Parameters

Name Type Description
documentSource String

A String object that is the document source.

openInNewWindow Boolean

A Boolean object that indicates whether a referenced document is opened in an external application.

See Also