WinForms

Upgrade Guide User Guide Demos Support Forums Download
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Delegate GridCurrentCellControlKeyMessageEventHandler - WindowsForms API Reference | Syncfusion

    Show / Hide Table of Contents

    Delegate GridCurrentCellControlKeyMessageEventHandler

    This is called from the current cell control's ProcessKeyMessage method and gives you a chance to modify the default behavior of this method. Be aware that this is a very implementation-specific method and you should only handle this event if KeyDown, KeyUp, CurrentCellKeyDown, or CurrentCellKeyUp events are not good enough.

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

    Constructors

    GridCurrentCellControlKeyMessageEventHandler(Object, IntPtr)

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

    Methods

    BeginInvoke(Object, GridCurrentCellControlKeyMessageEventArgs, AsyncCallback, Object)

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

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