Delegate RowColumnIndexValueArray<T>.RowColumnIndexValueDelegate
Assembly: Syncfusion.SfCellGrid.WPF.dll
Syntax
public delegate void RowColumnIndexValueDelegate(RowColumnIndex cell, T value);
Parameters
Constructors
RowColumnIndexValueDelegate(Object, IntPtr)
Declaration
public RowColumnIndexValueDelegate(object object, IntPtr method)
Parameters
| Type |
Name |
Description |
| System.Object |
object |
|
| System.IntPtr |
method |
|
Methods
Declaration
public virtual IAsyncResult BeginInvoke(RowColumnIndex cell, T value, AsyncCallback callback, object object)
Parameters
| Type |
Name |
Description |
| RowColumnIndex |
cell |
|
| T |
value |
|
| System.AsyncCallback |
callback |
|
| System.Object |
object |
|
Returns
EndInvoke(IAsyncResult)
Declaration
public virtual void EndInvoke(IAsyncResult result)
Parameters
| Type |
Name |
Description |
| System.IAsyncResult |
result |
|
Declaration
public virtual void Invoke(RowColumnIndex cell, T value)
Parameters