menu

UWP

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class RowColumnIndexValueDictionary<T>.RowColumnIndexValueDelegate - UWP API Reference | Syncfusion

    Show / Hide Table of Contents

    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
    Namespace: Syncfusion.UI.Xaml.CellGrid.Styles
    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

    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

    Extension Methods

    DateTimeExtension.ToDateTime(Object)
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved