Enum ChangeType
Describes what kind of change a BubbledChangeEvent wraps.
Namespace: NMF.Models
Assembly: NMF.Models.dll
Syntax
public enum ChangeType
Fields
Name | Description |
---|---|
CollectionChanged | Denotes that a collection has changed |
CollectionChanging | Denotes that a collection is about to change |
ElementCreated | Denotes that an element has been created |
ElementDeleted | Denotes that an element has been deleted |
OperationCalled | Denotes that an operation has been called |
OperationCalling | Denotes that an operation is about to be called |
PropertyChanged | Denotes that the value of a property has been changed |
PropertyChanging | Denotes that the value of a property is about to change |
UnlockRequest | Denotes a request to unlock the model element |
UriChanged | Denotes that the uri of a model element has changed |