menu

ASP.NET MVC

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Delegate Grid.GridEventHandler

    Show / Hide Table of Contents

    Delegate Grid.GridEventHandler

    It displays the list of server-side events available in the ASP Grid control and the arguments that are obtained server-side.

    Namespace: Syncfusion.JavaScript.Web
    Assembly: Syncfusion.EJ.Web.dll
    Syntax
    public delegate void GridEventHandler(object sender, GridEventArgs e);
    Parameters
    Type Name Description
    System.Object sender

    The sender parameter of all the server-side events returns the grid model details.

    GridEventArgs e

    The Syncfusion.JavaScript.Web.GridEventArgs arguments provide information specific to this event.

    Constructors

    GridEventHandler(Object, IntPtr)

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

    Methods

    BeginInvoke(Object, GridEventArgs, AsyncCallback, Object)

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

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