menu

WinForms

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

    Show / Hide Table of Contents

    Delegate ChartListChangeHandler

    Represents the method that will handle an event that has ChartListChangeArgs data.

    Namespace: Syncfusion.Windows.Forms.Chart
    Assembly: Syncfusion.Chart.Base.dll
    Syntax
    public delegate void ChartListChangeHandler(ChartBaseList list, ChartListChangeArgs args);
    Parameters
    Type Name Description
    ChartBaseList list

    The source of the event.

    ChartListChangeArgs args

    Instance of ChartListChangeArgs class.

    Constructors

    ChartListChangeHandler(Object, IntPtr)

    Declaration
    public ChartListChangeHandler(object object, IntPtr method)
    Parameters
    Type Name Description
    System.Object object
    System.IntPtr method

    Methods

    BeginInvoke(ChartBaseList, ChartListChangeArgs, AsyncCallback, Object)

    Declaration
    public virtual IAsyncResult BeginInvoke(ChartBaseList list, ChartListChangeArgs args, AsyncCallback callback, object object)
    Parameters
    Type Name Description
    ChartBaseList list
    ChartListChangeArgs args
    System.AsyncCallback callback
    System.Object object
    Returns
    Type
    System.IAsyncResult

    EndInvoke(IAsyncResult)

    Declaration
    public virtual void EndInvoke(IAsyncResult result)
    Parameters
    Type Name Description
    System.IAsyncResult result

    Invoke(ChartBaseList, ChartListChangeArgs)

    Declaration
    public virtual void Invoke(ChartBaseList list, ChartListChangeArgs args)
    Parameters
    Type Name Description
    ChartBaseList list
    ChartListChangeArgs args
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved