WPF

Upgrade Guide User Guide Demos Support Forums Download
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Delegate RowColumnIndexValueDictionary<T>.RowColumnIndexValueDelegate - WPF API Reference | Syncfusion

    Show / Hide Table of Contents

    Delegate RowColumnIndexValueDictionary<T>.RowColumnIndexValueDelegate

    A delegate with a method to be called back while iterating through a range of cells with the Iterate(CellSpanInfoBase, RowColumnIndexValueDictionary<T>.RowColumnIndexValueDelegate) method.

    Namespace: Syncfusion.Windows.Controls.Cells
    Assembly: Syncfusion.GridCommon.Wpf.dll
    Syntax
    public delegate void RowColumnIndexValueDelegate(RowColumnIndex cell, T value);
    Parameters
    Type Name Description
    RowColumnIndex cell
    T value

    Constructors

    RowColumnIndexValueDelegate(Object, IntPtr)

    Declaration
    public RowColumnIndexValueDelegate(object object, IntPtr method)
    Parameters
    Type Name Description
    System.Object object
    System.IntPtr method

    Methods

    BeginInvoke(RowColumnIndex, T, AsyncCallback, Object)

    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
    Type Description
    System.IAsyncResult

    EndInvoke(IAsyncResult)

    Declaration
    public virtual void EndInvoke(IAsyncResult result)
    Parameters
    Type Name Description
    System.IAsyncResult result

    Invoke(RowColumnIndex, T)

    Declaration
    public virtual void Invoke(RowColumnIndex cell, T value)
    Parameters
    Type Name Description
    RowColumnIndex cell
    T value
    Back to top Generated by DocFX
    Copyright © 2001 - 2021 Syncfusion Inc. All Rights Reserved