menu

ASP.NET MVC

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class PivotTreeMapClientSideEvents

    Show / Hide Table of Contents

    Class PivotTreeMapClientSideEvents

    Inheritance
    System.Object
    PivotTreeMapClientSideEvents
    Inherited Members
    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.JavaScript.Web
    Assembly: Syncfusion.EJ.Pivot.dll
    Syntax
    public class PivotTreeMapClientSideEvents

    Constructors

    PivotTreeMapClientSideEvents()

    Declaration
    public PivotTreeMapClientSideEvents()

    Properties

    AfterServiceInvoke

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

    BeforeServiceInvoke

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

    Destroy

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

    DrillSuccess

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

    Load

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

    RenderComplete

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

    RenderFailure

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

    RenderSuccess

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

    Methods

    SetValues(PivotTreeMapProperties, PivotTreeMapClientSideEvents)

    Declaration
    public PivotTreeMapProperties SetValues(PivotTreeMapProperties propModel, PivotTreeMapClientSideEvents events)
    Parameters
    Type Name Description
    PivotTreeMapProperties propModel
    PivotTreeMapClientSideEvents events
    Returns
    Type Description
    PivotTreeMapProperties
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved