Class CellSetChangedEventArgs
Provides data for the CellSetChanged event.
Inheritance
System.Object
CellSetChangedEventArgs
Namespace: Syncfusion.Olap.UWP.Manager
Assembly: Syncfusion.Olap.UWP.dll
Syntax
public class CellSetChangedEventArgs : EventArgs
Constructors
CellSetChangedEventArgs()
Declaration
public CellSetChangedEventArgs()
Properties
NewCellSet
Gets or sets the new cell set.
Declaration
public CellSet NewCellSet { get; set; }
Property Value
Type | Description |
---|---|
CellSet | The new cell set. |
ResultSet
Gets or sets the result set.
Declaration
public object ResultSet { get; set; }
Property Value
Type | Description |
---|---|
System.Object | The result set. |