Class SchemaChangedEventArgs
Provides data for the SchemaChanged event.
Inheritance
System.Object
SchemaChangedEventArgs
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 |