Class ItemSourceChangedEventArgs
Provides data for the
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)
Namespace: Syncfusion.Windows.Forms.PivotAnalysis
Assembly: Syncfusion.PivotAnalysis.Windows.dll
Syntax
public class ItemSourceChangedEventArgs : SyncfusionEventArgs
Constructors
ItemSourceChangedEventArgs()
Initializes a new instance of the ItemSourceChangedEventArgs class.
Declaration
public ItemSourceChangedEventArgs()
Properties
NewValue
The value of the item after the change.
Declaration
public object NewValue { get; set; }
Property Value
Type |
---|
System.Object |
OldValue
The value of the item before the change.
Declaration
public object OldValue { get; set; }
Property Value
Type |
---|
System.Object |