WPF

Upgrade Guide User Guide Demos Support Forums Download
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Delegate GridCurrentCellMoveDelegateHandler - WPF API Reference | Syncfusion

    Show / Hide Table of Contents

    Delegate GridCurrentCellMoveDelegateHandler

    Used by GridSelectCellsMouseController.

    Namespace: Syncfusion.Windows.Controls.Grid
    Assembly: Syncfusion.Grid.Wpf.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

    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 Description
    System.IAsyncResult

    EndInvoke(IAsyncResult)

    Declaration
    public virtual bool EndInvoke(IAsyncResult result)
    Parameters
    Type Name Description
    System.IAsyncResult result
    Returns
    Type Description
    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 Description
    System.Boolean
    Back to top Generated by DocFX
    Copyright © 2001 - 2022 Syncfusion Inc. All Rights Reserved