Class GridCurrentCellMoveDelegateHandler
Used by GridSelectCellsMouseController.
Inheritance
System.Object
GridCurrentCellMoveDelegateHandler
Assembly: Syncfusion.Grid.Windows.dll
public sealed class GridCurrentCellMoveDelegateHandler : MulticastDelegate
Constructors
Declaration
public GridCurrentCellMoveDelegateHandler(object object, IntPtr method)
Parameters
| Type |
Name |
Description |
| System.Object |
object |
|
| System.IntPtr |
method |
|
Methods
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
Declaration
public virtual bool EndInvoke(IAsyncResult result)
Parameters
| Type |
Name |
Description |
| System.IAsyncResult |
result |
|
Returns
Declaration
public virtual bool Invoke(GridDirectionType direction, int num, bool extendSelection)
Parameters
| Type |
Name |
Description |
| GridDirectionType |
direction |
|
| System.Int32 |
num |
|
| System.Boolean |
extendSelection |
|
Returns