menu

WPF

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

    Show / Hide Table of Contents

    Delegate RowColumnIndexValueArray<T>.RowColumnIndexValueDelegate

    Namespace: Syncfusion.UI.Xaml.CellGrid.Styles
    Assembly: Syncfusion.SfCellGrid.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
    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 - 2025 Syncfusion Inc. All Rights Reserved