menu

UWP

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class CellSetChangedEventArgs - UWP API Reference | Syncfusion

    Show / Hide Table of Contents

    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.

    Extension Methods

    DateTimeExtension.ToDateTime(Object)
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved