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