Class MarkdownHyperlinkClickedEventArgs
Provides data for the event that occurs when a hyperlink is clicked in SfMarkdownViewer control.
Inheritance
System.Object
System.EventArgs
MarkdownHyperlinkClickedEventArgs
Inherited Members
System.EventArgs.Empty
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Syncfusion.UI.Xaml.Markdown
Assembly: Syncfusion.SfMarkdownViewer.WPF.dll
Syntax
public class MarkdownHyperlinkClickedEventArgs : EventArgs
Constructors
MarkdownHyperlinkClickedEventArgs(String)
Initializes a new instance of the MarkdownHyperlinkClickedEventArgs class.
Declaration
public MarkdownHyperlinkClickedEventArgs(string url)
Parameters
| Type | Name | Description |
|---|---|---|
| System.String | url |
Properties
Cancel
Gets or sets a value indicating whether the hyperlink click should be canceled.
Declaration
public bool Cancel { get; set; }
Property Value
| Type |
|---|
| System.Boolean |
Url
Gets the value of the URL.
Declaration
public string Url { get; }
Property Value
| Type |
|---|
| System.String |