Class INotifyPropertyChangedAttribute
Attribute to mark a class as implementing INotifyPropertyChanged.
Inherited Members
Namespace: Unity.AppUI.MVVM
Assembly: Unity.AppUI.MVVM.dll
Syntax
[AttributeUsage(AttributeTargets.Class, Inherited = false, AllowMultiple = false)]
public sealed class INotifyPropertyChangedAttribute : Attribute
Properties
IncludeAdditionalHelperMethods
Whether to include additional helper methods in the generated code, such as SetProperty().
Declaration
public bool IncludeAdditionalHelperMethods { get; set; }
Property Value
Type | Description |
---|---|
bool |