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
Parameters
Name | Type | Description |
---|---|---|
uri | Uri | The document URI. |
originalUriString | String | The original URI string from which the Uri object is created. |
See Also