IgnoreAutoChangeNotificationAttribute Class |
Namespace: PostSharp.Patterns.Model
Assembly: PostSharp.Patterns.Model (in PostSharp.Patterns.Model.dll) Version: 2023.0.3.0 (2023.0.3.0)
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.