[]
Contains information about changes that occurred in the grid and are notified to the cell factory.
public class GridCellFactoryNotifyChange
| Name | Description |
|---|---|
| Action | Gets the action that caused the event. |
| IsAnimated | Gets whether this change should be animated. |
| IsVisible | Gets a value indicating how the visibility change was toggled. |
| NewItemsCount | Gets the number of new items. |
| NewStartingIndex | Gets the index at which the change occurred. |
| OldItemsCount | Gets the number of old items. |
| OldStartingIndex | Gets the index at which a Move, Remove, or Replace action occurred. |
| Type | Gets the type of column or row. |
| Name | Description |
|---|---|
| CreateAddChange(GridRowColType, int, int, bool) | Creates the add change. |
| CreateDimensionChange(GridRowColType, int) | Creates a dimension change. |
| CreateMoveChange(GridRowColType, int, int, int, bool) | Creates the move change. |
| CreateRemoveChange(GridRowColType, int, int, bool) | Creates the remove change. |
| CreateReplaceChange(GridRowColType, int, int, int) | Creates the replace change. |
| CreateResetChange(GridRowColType) | Creates the reset change. |
| CreateVisibilityChange(GridRowColType, int, int, bool, bool) | Creates a visibility change. |