Back to Devexpress

PdfViewer.UriOpening Event

maui-devexpress-dot-maui-dot-pdf-dot-pdfviewer-67b9bca1.md

latest1.5 KB
Original Source

PdfViewer.UriOpening Event

Occurs when a user taps a push-button in the current PDF document to open a link.

Namespace : DevExpress.Maui.Pdf

Assembly : DevExpress.Maui.Pdf.dll

NuGet Package : DevExpress.Maui.Pdf

Declaration

csharp
public event EventHandler<PdfUriOpeningEventArgs> UriOpening

Event Data

The UriOpening event's data class is PdfUriOpeningEventArgs. The following properties provide information specific to this event:

PropertyDescription
CancelGets or sets a value indicating whether the event should be canceled. Inherited from CancelEventArgs.
OriginalUriStringReturns the original URI string from which the Uri object is created.’
UriReturns the URI to be opened.

See Also

PdfViewer Class

PdfViewer Members

DevExpress.Maui.Pdf Namespace