Class CubeChangedEventArgs
Provides data for the CubeChanged event.
Inheritance
System.Object
CubeChangedEventArgs
Namespace: Syncfusion.Olap.UWP.Manager
Assembly: Syncfusion.Olap.UWP.dll
Syntax
public class CubeChangedEventArgs : EventArgs
Constructors
CubeChangedEventArgs()
Declaration
public CubeChangedEventArgs()
Properties
NewCubeName
Gets or sets the new name of the cube.
Declaration
public string NewCubeName { get; set; }
Property Value
Type | Description |
---|---|
System.String | The new name of the cube. |