Skip to main content
All docs
V25.1
  • UriOpeningEventArgs(Uri, String) Constructor

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

    Namespace: DevExpress.Xpf.PdfViewer

    Assembly: DevExpress.Xpf.PdfViewer.v25.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