Class HyperlinkClickedEventArgs
Inheritance
System.Object
HyperlinkClickedEventArgs
Namespace: Telerik.UI.Xaml.Controls.PdfViewer
Assembly: Telerik.WinUI.Controls.PdfViewer.dll
Syntax
public class HyperlinkClickedEventArgs : EventArgs
Constructors
HyperlinkClickedEventArgs(String, Boolean)
Declaration
public HyperlinkClickedEventArgs(string url, bool isTrustedUrl)
Parameters
System.
|
System.
|
Properties
Handled
Declaration
public bool Handled { get; set; }
Property Value
System.
|
IsTrustedUrl
Declaration
public bool IsTrustedUrl { get; set; }
Property Value
System.
|
Url
Declaration
public string Url { get; }
Property Value
System.
|