Skip to main content

ReferencedDocumentOpeningEventArgs(String, Boolean) Constructor

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

Namespace: DevExpress.Xpf.PdfViewer

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

NuGet Package: DevExpress.Wpf.PdfViewer

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