Enum ChangeType
Describes what kind of change a BubbledChangeEvent wraps.
public enum ChangeType
Fields
CollectionChanged = 3
Denotes that a collection has changed
CollectionChanging = 2
Denotes that a collection is about to change
ElementCreated = 5
Denotes that an element has been created
ElementDeleted = 4
Denotes that an element has been deleted
OperationCalled = 8
Denotes that an operation has been called
OperationCalling = 7
Denotes that an operation is about to be called
PropertyChanged = 1
Denotes that the value of a property has been changed
PropertyChanging = 0
Denotes that the value of a property is about to change
UnlockRequest = 9
Denotes a request to unlock the model element
UriChanged = 6
Denotes that the uri of a model element has changed