[]
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. |
| IsHeader | Gets whether the indexes belong to headers. |
| 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. |