menu

WinForms

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

    Show / Hide Table of Contents

    Delegate GridGroupingControl.DataSourceChangingEventHandler

    DataSourceChanging delegate

    Namespace: Syncfusion.Windows.Forms.Grid.Grouping
    Assembly: Syncfusion.Grid.Grouping.Windows.dll
    Syntax
    public delegate void DataSourceChangingEventHandler(object sender, GridGroupingControl.DataSourceChangingEventArgs e);
    Parameters
    Type Name Description
    System.Object sender

    The Control.

    GridGroupingControl.DataSourceChangingEventArgs e

    The GridGroupingControl.DataSourceChangingEventArgs contains the event data.

    Constructors

    DataSourceChangingEventHandler(Object, IntPtr)

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

    Methods

    BeginInvoke(Object, GridGroupingControl.DataSourceChangingEventArgs, AsyncCallback, Object)

    Declaration
    public virtual IAsyncResult BeginInvoke(object sender, GridGroupingControl.DataSourceChangingEventArgs e, AsyncCallback callback, object object)
    Parameters
    Type Name Description
    System.Object sender
    GridGroupingControl.DataSourceChangingEventArgs e
    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(Object, GridGroupingControl.DataSourceChangingEventArgs)

    Declaration
    public virtual void Invoke(object sender, GridGroupingControl.DataSourceChangingEventArgs e)
    Parameters
    Type Name Description
    System.Object sender
    GridGroupingControl.DataSourceChangingEventArgs e
    In This Article
    • Constructors
      • DataSourceChangingEventHandler(Object, IntPtr)
    • Methods
      • BeginInvoke(Object, GridGroupingControl.DataSourceChangingEventArgs, AsyncCallback, Object)
      • EndInvoke(IAsyncResult)
      • Invoke(Object, GridGroupingControl.DataSourceChangingEventArgs)
    Was this page helpful? Yes No
    Thank you for your feedback!
    Thank you for your feedback and comments. We will rectify this as soon as possible!
    An unknown error has occurred. Please try again.
    SEND FEEDBACK REGARDING THIS TOPIC

    Please provide additional information

    Please provide additional information

    Please provide additional information

    Please provide additional information
    Please provide additional information
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved