Skip to main content
All docs
V24.1

UriOpeningEventArgs(Uri, String) Constructor

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

Namespace: DevExpress.Xpf.PdfViewer

Assembly: DevExpress.Xpf.PdfViewer.v24.1.dll

NuGet Package: DevExpress.Wpf.PdfViewer

Declaration

public UriOpeningEventArgs(
    Uri uri,
    string originalUriString
)

Parameters

Name Type Description
uri Uri

The document URI.

originalUriString String

The original URI string from which the Uri object is created.

See Also