Skip to main content
A newer version of this page is available. .

PdfUriOpeningEventArgs Class

Provides data for the PdfViewer.UriOpening event.

Namespace: DevExpress.XtraPdfViewer

Assembly: DevExpress.XtraPdfViewer.v19.1.dll

Declaration

public class PdfUriOpeningEventArgs :
    CancelEventArgs

Remarks

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

Inheritance

Object
EventArgs
CancelEventArgs
PdfUriOpeningEventArgs
See Also