Class HyperlinkMouseOverEventArgs
Provides data for the HyperlinkMouseOver event.
Inheritance
System.Object
System.EventArgs
HyperlinkMouseOverEventArgs
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.Forms.PdfViewer
Assembly: Syncfusion.PdfViewer.Windows.dll
Syntax
public class HyperlinkMouseOverEventArgs : EventArgs
Constructors
HyperlinkMouseOverEventArgs(String, Point)
Changes the URL.
Declaration
public HyperlinkMouseOverEventArgs(string uri, Point location)
Parameters
Type | Name | Description |
---|---|---|
System.String | uri | |
System.Drawing.Point | location |
Properties
Uri
Gets the URI (Unifrom Resource Identifer) of the hyperlink.
Declaration
public string Uri { get; }
Property Value
Type |
---|
System.String |