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 |