menu

WPF

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Interface IRowColumnIndexValueArrayCallbacks<T> - WPF API Reference | Syncfusion

    Show / Hide Table of Contents

    Interface IRowColumnIndexValueArrayCallbacks<T>

    Namespace: Syncfusion.UI.Xaml.CellGrid.Styles
    Assembly: Syncfusion.SfCellGrid.WPF.dll
    Syntax
    public interface IRowColumnIndexValueArrayCallbacks<T>
    Type Parameters
    Name
    T

    Methods

    OnMovedCell(RowColumnIndex, T)

    Declaration
    void OnMovedCell(RowColumnIndex cellRowColumnIndex, T value)
    Parameters
    Type Name Description
    RowColumnIndex cellRowColumnIndex
    T value

    OnRemoveCell(RowColumnIndex, T)

    Declaration
    void OnRemoveCell(RowColumnIndex cellRowColumnIndex, T value)
    Parameters
    Type Name Description
    RowColumnIndex cellRowColumnIndex
    T value
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved