menu

WinForms

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

    Show / Hide Table of Contents

    Class SchemaChangedEventArgs

    Provides data for the SchemaChanged event.

    Inheritance
    System.Object
    System.EventArgs
    SchemaChangedEventArgs
    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.Windows.Forms.PivotChart
    Assembly: Syncfusion.PivotChart.Windows.dll
    Syntax
    public class SchemaChangedEventArgs : EventArgs

    Constructors

    SchemaChangedEventArgs()

    Initialize a new instance for the SchemaChangedEventArgs class.

    Declaration
    public SchemaChangedEventArgs()

    SchemaChangedEventArgs(SchemaAction)

    Initialize a new instance for the SchemaChangedEventArgs class with the specified SchemaAction.

    Declaration
    public SchemaChangedEventArgs(SchemaAction schemaAction)
    Parameters
    Type Name Description
    SchemaAction schemaAction

    The action that is performed on the schema designer.

    Properties

    SchemaAction

    Gets the schema action that is performed on the pivot schema designer.

    Declaration
    public SchemaAction SchemaAction { get; }
    Property Value
    Type
    SchemaAction
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved