ItemChangeType Enumeration
Represents the types of changes which took place in a
ItemStyle.
Namespace: BeeMobile.TouchListAssembly: BeeMobile.TouchList.NET48 (in BeeMobile.TouchList.NET48.dll) Version: 4.8.5.24
public enum ItemChangeType
Public Enumeration ItemChangeType
| DimensionsChanged | 0 |
The dimensions of a ItemStyle were changed.
|
| ContentChanged | 1 |
The content of a ItemStyle was changed.
|
| NoVisualChanged | 2 |
No property which affects the visual representation of a RowItem was changed.
|
| AllItemStylesRemoved | 3 |
All ItemStyle objects were removed from a ItemStyles.
|
| ItemStyleInserted | 4 |
A ItemStyle object was inserted into a ItemStyles.
|
| OneItemStyleRemoved | 5 |
A single ItemStyle object was removed from a ItemStyles.
|