Custom attribute that, when applied to a property, prevents the ObservableAttribute aspect from raising change notifications for this property.
Namespace: Metalama.Patterns.Observability
Assembly: Metalama.Patterns.Observability.dll
Syntax
[AttributeUsage(AttributeTargets.Property|AttributeTargets.Field)]
public sealed class NotObservableAttribute : AttributeRemarks
This means that if you change the value of that property, the PropertyChanged event will not be raised.
Constructors
| Name | Description |
|---|---|
| NotObservableAttribute() |