Delegate GridCurrentCellMoveDelegateHandler
Used by GridSelectCellsMouseController.
Assembly: Syncfusion.Grid.Windows.dll
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
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