Class RowColumnIndexValueDictionary<T>.RowColumnIndexValueDelegate
A delegate with a method to be called back while iterating through a
range of cells with the method.
Inheritance
System.Object
RowColumnIndexValueDictionary<T>.RowColumnIndexValueDelegate
Assembly: Syncfusion.SfCellGrid.UWP.dll
Syntax
public sealed class RowColumnIndexValueDelegate : MulticastDelegate
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
Extension Methods