menu

Xamarin.iOS

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

    Show / Hide Table of Contents

    Class HyperlinkClickedEventArgs

    Provides data for the HyperlinkClicked event.

    Inheritance
    System.Object
    HyperlinkClickedEventArgs
    Namespace: Syncfusion.SfPdfViewer.iOS
    Assembly: Syncfusion.SfPdfViewer.iOS.dll
    Syntax
    public class HyperlinkClickedEventArgs : EventArgs

    Properties

    Bounds

    Gets the bounds of the hyperlink is being clicked.

    Declaration
    public RectangleF Bounds { get; }
    Property Value
    Type Description
    System.Drawing.RectangleF

    A rectangle that contains the bounds of the page in which the hyperlink is selected.

    Handled

    Gets or sets a value indicating whether the hyperlink navigation was handled.

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

    Default value is true.

    PageIndex

    Gets the current page index of the hyperlink.

    Declaration
    public int PageIndex { get; }
    Property Value
    Type Description
    System.Int32

    An integer that holds the current page index.

    Uri

    Gets the hyperlink is being clicked.

    Declaration
    public string Uri { get; }
    Property Value
    Type Description
    System.String

    A string that holds the clicked uri. Default value is System.String.Empty.

    Back to top Generated by DocFX
    Copyright © 2001 - 2023 Syncfusion Inc. All Rights Reserved