Back to Devexpress

UriOpeningEventArgs.Cancel Property

wpf-devexpress-dot-xpf-dot-pdfviewer-dot-uriopeningeventargs.md

latest1.1 KB
Original Source

UriOpeningEventArgs.Cancel Property

Gets or sets a value that specifies how to manage the URI opening behavior without the Security Warning message box; if true , the URI is not opened.

Namespace : DevExpress.Xpf.PdfViewer

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

NuGet Package : DevExpress.Wpf.PdfViewer

Declaration

csharp
public bool Cancel { get; set; }
vb
Public Property Cancel As Boolean

Property Value

TypeDescription
Boolean

true, to cancel opening the URI; otherwise, false.

|

See Also

UriOpeningEventArgs Class

UriOpeningEventArgs Members

DevExpress.Xpf.PdfViewer Namespace