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.PivotAnalysis
Assembly: Syncfusion.PivotAnalysis.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 |