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()
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
Returns