Class CubeInfoCollectionChangedEventArgs
Provides data for the CubeInfoCollectionChanged event.
Inheritance
System.Object
CubeInfoCollectionChangedEventArgs
Namespace: Syncfusion.Olap.UWP.Manager
Assembly: Syncfusion.Olap.UWP.dll
Syntax
public class CubeInfoCollectionChangedEventArgs : EventArgs
Constructors
CubeInfoCollectionChangedEventArgs()
Declaration
public CubeInfoCollectionChangedEventArgs()
Properties
NewCubes
Gets or sets the new cubes.
Declaration
public CubeInfoCollection NewCubes { get; set; }
Property Value
Type | Description |
---|---|
CubeInfoCollection | The new cubes. |