Class GridCurrentCellMoveDelegateHandler
Used by GridSelectCellsMouseController.
Inheritance
System.Object
GridCurrentCellMoveDelegateHandler
Assembly: Syncfusion.Grid.Wpf.dll
Syntax
public sealed class GridCurrentCellMoveDelegateHandler : MulticastDelegate
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
EndInvoke(IAsyncResult)
Declaration
public virtual bool EndInvoke(IAsyncResult result)
Parameters
Type |
Name |
Description |
System.IAsyncResult |
result |
|
Returns
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