[]
        
(Showing Draft Content)

C1.Android.Grid.GridCellFactoryNotifyChangeAction

GridCellFactoryNotifyChangeAction Class

Describes the action that caused a GridCellFactoryNotifyChange event.

Inheritance
GridCellFactoryNotifyChangeAction
Namespace: C1.Android.Grid
Assembly: C1.Android.Grid.dll
Syntax
public sealed class GridCellFactoryNotifyChangeAction : Enum

Fields

Name Description
Add

An item was added to the collection.

Dimension

The dimension of one of the items changed.

Move

An item was moved within the collection.

Remove

An item was removed from the collection.

Replace

An item was replaced in the collection.

Reset

The content of the collection was cleared.

Visibility

The visibility of one or more items changed.

value__