ClassHyperlinkClickedEventArgs
Class
Definition
Namespace:Telerik.UI.Xaml.Controls.PdfViewer
Assembly:Telerik.WinUI.Controls.PdfViewer.dll
Syntax:
cs-api-definition
public class HyperlinkClickedEventArgs : EventArgs
Inheritance: objectEventArgsHyperlinkClickedEventArgs
Inherited Members
Constructors
HyperlinkClickedEventArgs(string, bool)
Initializes a new instance of the HyperlinkClickedEventArgs class.
Properties
Handled
Get or set a value indicating whether the event is handled.
IsTrustedUrl
Gets a value tha indicates if the URL passes our validation. If the URL is not trusted, the hyperlink will not be opened. Set this property to true to open the hyperlink.