Delegate GridRowColRangeInfoHandler
Assembly: Syncfusion.Grid.Windows.dll
public delegate GridRangeInfo GridRowColRangeInfoHandler(int row, int col);
Parameters
| Type |
Name |
Description |
| System.Int32 |
row |
|
| System.Int32 |
col |
|
Returns
Constructors
Declaration
public GridRowColRangeInfoHandler(object object, IntPtr method)
Parameters
| Type |
Name |
Description |
| System.Object |
object |
|
| System.IntPtr |
method |
|
Methods
Declaration
public virtual IAsyncResult BeginInvoke(int row, int col, AsyncCallback callback, object object)
Parameters
| Type |
Name |
Description |
| System.Int32 |
row |
|
| System.Int32 |
col |
|
| System.AsyncCallback |
callback |
|
| System.Object |
object |
|
Returns
Declaration
public virtual GridRangeInfo EndInvoke(IAsyncResult result)
Parameters
| Type |
Name |
Description |
| System.IAsyncResult |
result |
|
Returns
Declaration
public virtual GridRangeInfo Invoke(int row, int col)
Parameters
| Type |
Name |
Description |
| System.Int32 |
row |
|
| System.Int32 |
col |
|
Returns