ItemChangeType Enumeration

Represents the types of changes which took place in a ItemStyle.

Definition

Namespace: BeeMobile.TouchList
Assembly: BeeMobile.TouchList.NET48 (in BeeMobile.TouchList.NET48.dll) Version: 4.8.5.24
C#
public enum ItemChangeType

Members

DimensionsChanged0 The dimensions of a ItemStyle were changed.
ContentChanged1 The content of a ItemStyle was changed.
NoVisualChanged2 No property which affects the visual representation of a RowItem was changed.
AllItemStylesRemoved3 All ItemStyle objects were removed from a ItemStyles.
ItemStyleInserted4 A ItemStyle object was inserted into a ItemStyles.
OneItemStyleRemoved5 A single ItemStyle object was removed from a ItemStyles.

See Also