WinForms

Upgrade Guide User Guide Demos Support Forums Download
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Delegate ItemSourceChangedEventHandler - WindowsForms API Reference | Syncfusion ItemSourceChanged event. ">

    Show / Hide Table of Contents

    Delegate ItemSourceChangedEventHandler

    Represents the method that will handle the ItemSourceChanged event.

    Namespace: Syncfusion.Windows.Forms.PivotAnalysis
    Assembly: Syncfusion.PivotAnalysis.Windows.dll
    Syntax
    public delegate void ItemSourceChangedEventHandler(object sender, ItemSourceChangedEventArgs e);
    Parameters
    Type Name Description
    System.Object sender

    The source of the event.

    ItemSourceChangedEventArgs e

    A ItemSourceChangedEventArgs that contains the event data.

    Constructors

    ItemSourceChangedEventHandler(Object, IntPtr)

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

    Methods

    BeginInvoke(Object, ItemSourceChangedEventArgs, AsyncCallback, Object)

    Declaration
    public virtual IAsyncResult BeginInvoke(object sender, ItemSourceChangedEventArgs e, AsyncCallback callback, object object)
    Parameters
    Type Name Description
    System.Object sender
    ItemSourceChangedEventArgs e
    System.AsyncCallback callback
    System.Object object
    Returns
    Type Description
    System.IAsyncResult

    EndInvoke(IAsyncResult)

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

    Invoke(Object, ItemSourceChangedEventArgs)

    Declaration
    public virtual void Invoke(object sender, ItemSourceChangedEventArgs e)
    Parameters
    Type Name Description
    System.Object sender
    ItemSourceChangedEventArgs e
    Back to top Generated by DocFX
    Copyright © 2001 - 2021 Syncfusion Inc. All Rights Reserved