Class ObservableObjectAttribute
Attribute to mark a class as implementing INotifyPropertyChanged and INotifyPropertyChanging.
Inherited Members
Namespace: Unity.AppUI.MVVM
Assembly: Unity.AppUI.MVVM.dll
Syntax
[AttributeUsage(AttributeTargets.Class, Inherited = false, AllowMultiple = false)]
public sealed class ObservableObjectAttribute : Attribute