Enum PropertyChangeNotificationType
Enumerates the different types of notifications that can be received by a property change observer method.
Namespace: TheXDS.MCART.Types.Base
Assembly: MCART.Mvvm.dll
Syntax
public enum PropertyChangeNotificationType : byte
Fields
Name | Description |
---|---|
NoChange | The property has not changed, but a request for refreshing it has been made. |
PropertyChanged | The notification indicates that a property has changed. |
PropertyChanging | The notification indicates that a property will change. |