menu

WinForms

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

    Show / Hide Table of Contents

    Delegate GridCurrentCellMoveDelegateHandler

    Used by GridSelectCellsMouseController.

    Namespace: Syncfusion.Windows.Forms.Grid
    Assembly: Syncfusion.Grid.Windows.dll
    Syntax
    public delegate bool GridCurrentCellMoveDelegateHandler(GridDirectionType direction, int num, bool extendSelection);
    Parameters
    Type Name Description
    GridDirectionType direction
    System.Int32 num
    System.Boolean extendSelection
    Returns
    Type Description
    System.Boolean

    Returns boolean value

    Constructors

    GridCurrentCellMoveDelegateHandler(Object, IntPtr)

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

    Methods

    BeginInvoke(GridDirectionType, Int32, Boolean, AsyncCallback, Object)

    Declaration
    public virtual IAsyncResult BeginInvoke(GridDirectionType direction, int num, bool extendSelection, AsyncCallback callback, object object)
    Parameters
    Type Name Description
    GridDirectionType direction
    System.Int32 num
    System.Boolean extendSelection
    System.AsyncCallback callback
    System.Object object
    Returns
    Type
    System.IAsyncResult

    EndInvoke(IAsyncResult)

    Declaration
    public virtual bool EndInvoke(IAsyncResult result)
    Parameters
    Type Name Description
    System.IAsyncResult result
    Returns
    Type
    System.Boolean

    Invoke(GridDirectionType, Int32, Boolean)

    Declaration
    public virtual bool Invoke(GridDirectionType direction, int num, bool extendSelection)
    Parameters
    Type Name Description
    GridDirectionType direction
    System.Int32 num
    System.Boolean extendSelection
    Returns
    Type
    System.Boolean
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved