Skip to main content

UriOpeningEventArgs(Uri) Constructor

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

Namespace: DevExpress.Xpf.PdfViewer

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

NuGet Package: DevExpress.Wpf.PdfViewer

Declaration

public UriOpeningEventArgs(
    Uri uri
)

Parameters

Name Type Description
uri Uri

A Uri object that is the document URI.

See Also