ModelChangeType 枚举
定义
指定模型更改类型。Specifies the model change type.
public enum class ModelChangeType
public enum ModelChangeType
type ModelChangeType =
Public Enum ModelChangeType
- 继承
字段
| CollectionItemAdded | 2 | 添加集合项。A collection item is added. |
| CollectionItemRemoved | 3 | 移除集合项。A collection item is removed. |
| DictionaryKeyValueAdded | 4 | 添加字典键值。A dictionary key value is added. |
| DictionaryKeyValueRemoved | 5 | 移除字典键值。A dictionary key value is removed. |
| DictionaryValueChanged | 6 | 更改字典值。A dictionary value is changed. |
| None | 0 | 无操作。None operation. |
| PropertyChanged | 1 | 属性被修改。A property is changed. |