[]
        
(Showing Draft Content)

C1.Xamarin.Forms.Grid.GridCellFactoryNotifyChange

GridCellFactoryNotifyChange Class

Contains information about changes that occurred in the grid and are notified to the cell factory.

Inheritance
GridCellFactoryNotifyChange
Namespace: C1.Xamarin.Forms.Grid
Assembly: C1.Xamarin.Forms.Grid.dll
Syntax
public class GridCellFactoryNotifyChange

Properties

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.