Back to Devexpress

UriOpeningEventArgs Class

wpf-devexpress-dot-xpf-dot-pdfviewer-5acb2824.md

latest1.5 KB
Original Source

UriOpeningEventArgs Class

Provides data for the PdfViewerControl.UriOpening event.

Namespace : DevExpress.Xpf.PdfViewer

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

NuGet Package : DevExpress.Wpf.PdfViewer

Declaration

csharp
public class UriOpeningEventArgs :
    RoutedEventArgs
vb
Public Class UriOpeningEventArgs
    Inherits RoutedEventArgs

UriOpeningEventArgs is the data class for the following events:

Remarks

An instance of the UriOpeningEventArgs class with appropriate settings is automatically created and passed to the corresponding event’s handler.

Inheritance

Object EventArgs RoutedEventArgs UriOpeningEventArgs

See Also

UriOpeningEventArgs Members

DevExpress.Xpf.PdfViewer Namespace