Show / Hide Table of Contents

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.

Extension Methods

EnumExtensions.GetAttribute<T>(Enum)
EnumExtensions.GetAttributes<T>(Enum)
EnumExtensions.HasAttrValue<TAttribute, TValue>(Enum, out TValue)
EnumExtensions.HasAttribute<T>(Enum)
EnumExtensions.HasAttribute<T>(Enum, out T)
EnumExtensions.HasAttributes<T>(Enum, out IEnumerable<T>)
EnumExtensions.NameOf(Enum)
EnumExtensions.ToBytes(Enum)
EnumExtensions.ToUnderlyingType(Enum)
Objects.ShallowCopyTo(object, object, Type)
ObjectExtensions.FieldsOf<T>(object)
ObjectExtensions.GetAttribute<T>(object)
ObjectExtensions.GetAttributes<T>(object)
ObjectExtensions.HasAttrValue<TAttribute, TValue>(object, out TValue)
ObjectExtensions.HasAttribute<T>(object)
ObjectExtensions.HasAttribute<T>(object, out T)
ObjectExtensions.HasAttributes<T>(object, out IEnumerable<T>)
ObjectExtensions.Is(object, object)
ObjectExtensions.IsEither(object, IEnumerable)
ObjectExtensions.IsEither(object, params object[])
ObjectExtensions.IsNeither(object, IEnumerable)
ObjectExtensions.IsNeither(object, params object[])
ObjectExtensions.IsNot(object, object)
ObjectExtensions.PropertiesOf<T>(object)
ObjectExtensions.WhichAre(object, IEnumerable<object>)
ObjectExtensions.WhichAre(object, params object[])
Objects.Itself<PropertyChangeNotificationType>(PropertyChangeNotificationType)
Objects.ShallowClone<PropertyChangeNotificationType>(PropertyChangeNotificationType)
Objects.ShallowCopyTo<PropertyChangeNotificationType>(PropertyChangeNotificationType, PropertyChangeNotificationType)
CollectionExtensions.PushInto<PropertyChangeNotificationType, TCollection>(PropertyChangeNotificationType, ICollection<TCollection>)
DictionaryExtensions.PushInto<TKey, PropertyChangeNotificationType>(PropertyChangeNotificationType, TKey, IDictionary<TKey, PropertyChangeNotificationType>)
EnumExtensions.ToUnderlyingType<PropertyChangeNotificationType>(PropertyChangeNotificationType)
  • Edit this page
  • View Source
In this article
Back to top Generated by DocFX