menu

WinForms

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

    Show / Hide Table of Contents

    Class ItemSourceChangedEventArgs

    Provides data for the event.

    Inheritance
    System.Object
    System.EventArgs
    SyncfusionEventArgs
    ItemSourceChangedEventArgs
    Inherited Members
    SyncfusionEventArgs.ToString()
    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
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved