alexa

    Show / Hide Table of Contents

    Interface IRowColumnIndexValueArrayCallbacks<T>

    Namespace: Syncfusion.Windows.Controls.Cells
    Assembly: Syncfusion.GridCommon.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