alexa
menu

WinForms

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

    Show / Hide Table of Contents

    Class ChartListChangeArgs

    Provides data for the ChartListChangeHandler delegate.

    Inheritance
    System.Object
    ChartListChangeArgs
    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 - 2026 Syncfusion Inc. All Rights Reserved