menu

WinForms

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

    Show / Hide Table of Contents

    Class HyperlinkCellClickEventArgs

    Provides data for the HyperlinkCellClick event.

    Inheritance
    System.Object
    System.EventArgs
    SyncfusionEventArgs
    HyperlinkCellClickEventArgs
    Inherited Members
    SyncfusionEventArgs.ToString()
    System.EventArgs.Empty
    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.PivotAnalysis
    Assembly: Syncfusion.PivotAnalysis.Windows.dll
    Syntax
    public class HyperlinkCellClickEventArgs : SyncfusionEventArgs

    Constructors

    HyperlinkCellClickEventArgs(PivotCellInfo)

    Initializes a new instance of the HyperlinkCellClickEventArgs class with the specified PivotCellInfo.

    Declaration
    public HyperlinkCellClickEventArgs(PivotCellInfo PivotCellInfo)
    Parameters
    Type Name Description
    PivotCellInfo PivotCellInfo

    The information about the pivot cell.

    Properties

    PivotCellInfo

    Gets or sets the information about pivot cell.

    Declaration
    public PivotCellInfo PivotCellInfo { get; set; }
    Property Value
    Type Description
    PivotCellInfo
    Back to top Generated by DocFX
    Copyright © 2001 - 2023 Syncfusion Inc. All Rights Reserved