alexa
menu

WinForms

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download

    Show / Hide Table of Contents

    Class ItemSourceChangedEventArgs

    Provides data for the event.

    Inheritance
    System.Object
    SyncfusionEventArgs
    ItemSourceChangedEventArgs
    Inherited Members
    SyncfusionEventArgs.ToString()
    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 - 2026 Syncfusion Inc. All Rights Reserved