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