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 |