menu

WinForms

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

    Show / Hide Table of Contents

    Class ChartListChangeArgs

    Provides data for the ChartListChangeHandler delegate.

    Inheritance
    System.Object
    System.EventArgs
    ChartListChangeArgs
    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.Chart
    Assembly: Syncfusion.Chart.Base.dll
    Syntax
    public class ChartListChangeArgs : EventArgs

    Constructors

    ChartListChangeArgs(Int32, Object[], Object[])

    Initializes a new instance of the ChartListChangeArgs class.

    Declaration
    public ChartListChangeArgs(int index, object[] oldItems, object[] newItems)
    Parameters
    Type Name Description
    System.Int32 index

    Index of the items affected by the change.

    System.Object[] oldItems

    Array of items has added to list.

    System.Object[] newItems

    Array of items has removed from list.

    Properties

    Index

    Gets the index of the items affected by the change.

    Declaration
    public int Index { get; }
    Property Value
    Type
    System.Int32

    NewItems

    Gets array of items has added to list.

    Declaration
    public object[] NewItems { get; }
    Property Value
    Type
    System.Object[]

    OldItems

    Gets array of items has removed from list.

    Declaration
    public object[] OldItems { get; }
    Property Value
    Type
    System.Object[]
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved