menu

WPF

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class HyperlinkClickedEventArgs - WPF API Reference | Syncfusion

    Show / Hide Table of Contents

    Class HyperlinkClickedEventArgs

    Provides data for theHyperlinkClicked event.

    Inheritance
    System.Object
    System.EventArgs
    HyperlinkClickedEventArgs
    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.Windows.PdfViewer
    Assembly: Syncfusion.PdfViewer.WPF.dll
    Syntax
    public class HyperlinkClickedEventArgs : EventArgs

    Constructors

    HyperlinkClickedEventArgs(String)

    Initializes a new instance of the HyperlinkClickedEventArgs class with the specified uri.

    Declaration
    public HyperlinkClickedEventArgs(string uri)
    Parameters
    Type Name Description
    System.String uri

    The URI string of the hyperlink

    Properties

    Handled

    Gets or sets the value to handle the event.

    Declaration
    public bool Handled { get; set; }
    Property Value
    Type Description
    System.Boolean

    If true, the event will be handled and disables the default processing of hyperlink navigation. Its default value is false.

    Uri

    Gets the URI (Unifrom Resource Identifer) of the hyperlink.

    Declaration
    public string Uri { get; }
    Property Value
    Type
    System.String
    Back to top Generated by DocFX
    OSZAR »
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved
    OSZAR »