menu

WinForms

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

    Show / Hide Table of Contents

    Class SchemaChangingEventArgs

    Provides data for the SchemaChanging event.

    Inheritance
    System.Object
    SchemaChangingEventArgs
    Namespace: Syncfusion.Windows.Forms.PivotAnalysis
    Assembly: Syncfusion.PivotAnalysis.Windows.dll
    Syntax
    public class SchemaChangingEventArgs : CancelEventArgs

    Constructors

    SchemaChangingEventArgs()

    Initialize a new instance for the SchemaChangingEventArgs class.

    Declaration
    public SchemaChangingEventArgs()

    SchemaChangingEventArgs(SchemaAction)

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

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

    The action that is being 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