WinForms

Upgrade Guide User Guide Demos Support Forums Download
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class AnnotEventArgs - WindowsForms API Reference | Syncfusion

    Show / Hide Table of Contents

    Class AnnotEventArgs

    Represents the arguments associated with a HyperLinkClicked event.

    Inheritance
    System.Object
    System.EventArgs
    AnnotEventArgs
    Inherited Members
    System.EventArgs.Empty
    System.Object.ToString()
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    Namespace: Syncfusion.Windows.Forms.PdfViewer
    Assembly: Syncfusion.PdfViewer.Windows.dll
    Syntax
    public class AnnotEventArgs : EventArgs

    Constructors

    AnnotEventArgs(String, Point)

    Changes the URL.

    Declaration
    public AnnotEventArgs(string uri, Point location)
    Parameters
    Type Name Description
    System.String uri
    System.Drawing.Point location

    Properties

    URI

    Returns the URI associated with the HyperLink.

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