WPF

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

    Show / Hide Table of Contents

    Class ItemsSourceChangedEventArgs

    PivotSchemaDesigner's FieldList section should be re-initialized, whenever the ItemSource is changed in PivotGrid.

    Inheritance
    System.Object
    System.EventArgs
    ItemsSourceChangedEventArgs
    Inherited Members
    System.EventArgs.Empty
    System.Object.ToString()
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    Namespace: Syncfusion.Windows.Controls.PivotGrid
    Assembly: Syncfusion.PivotAnalysis.WPF.dll
    Syntax
    public class ItemsSourceChangedEventArgs : EventArgs

    Constructors

    ItemsSourceChangedEventArgs()

    Initializes a new instance of the ItemsSourceChangedEventArgs class.

    Declaration
    public ItemsSourceChangedEventArgs()

    Properties

    NewValue

    Gets or sets the new value.

    Declaration
    public object NewValue { get; set; }
    Property Value
    Type Description
    System.Object

    OldValue

    Gets or sets the old value.

    Declaration
    public object OldValue { get; set; }
    Property Value
    Type Description
    System.Object
    Back to top Generated by DocFX
    Copyright © 2001 - 2023 Syncfusion Inc. All Rights Reserved