IgnoreAutoChangeNotificationAttribute Class |
Custom attribute that, when applied to a property, prevents the NotifyPropertyChangedAttribute aspect
to raise change notifications for this property.

Namespace: PostSharp.Patterns.Model
Assembly: PostSharp.Patterns.Model (in PostSharp.Patterns.Model.dll) Version: 6.8.6.0 (6.8.6.0)

C#
public sealed class IgnoreAutoChangeNotificationAttribute : Attribute, IValidableAnnotation
The IgnoreAutoChangeNotificationAttribute type exposes the following members.

Name | Description | |
---|---|---|
![]() | IgnoreAutoChangeNotificationAttribute | Initializes a new instance of the IgnoreAutoChangeNotificationAttribute class |

This means that if you change the value of that property, the PropertyChanged event will not be raised.
For historical reasons, you can also apply this attribute to a method, but doing so results in a build-time error.
