Class CubeChangedEventArgs
Represents the arguments for CubeChangedEvent.
Inheritance
System.Object
System.EventArgs
CubeChangedEventArgs
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.Olap.Manager
Assembly: Syncfusion.Olap.Base.dll
Syntax
public class CubeChangedEventArgs : EventArgs
Constructors
CubeChangedEventArgs(String)
Initializes a new instance of the CubeChangedEventArgs class.
Declaration
public CubeChangedEventArgs(string cubeName)
Parameters
Type | Name | Description |
---|---|---|
System.String | cubeName | The name of the cube. |
Properties
CubeName
Gets or sets the name of the cube.
Declaration
public string CubeName { get; set; }
Property Value
Type | Description |
---|---|
System.String | The name of the cube. |