alexa
menu

WPF

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download

    Show / Hide Table of Contents

    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
    Back to top Generated by DocFX
    Copyright © 2001 - 2026 Syncfusion Inc. All Rights Reserved