Utility methods to work with the NotifyPropertyChangedAttribute aspect.
Namespace: PostSharp.Patterns.Model
Assembly: PostSharp.Patterns.Model.dll
Syntax
public static class NotifyPropertyChangedServicesProperties
| Name | Description |
|---|---|
| PropertyChangingAdapter | Gets or sets currently active NotifyPropertyChangingAdapter object. |
Methods
| Name | Description |
|---|---|
| RaiseEventsImmediate(object) | Raises all PropertyChanged events that are currently stored in the event buffer for the current thread and a given object. |
| ResumeEvents() | Resumes the raising of PropertyChanged events for the current thread after it has been suspending by the SuspendEvents() method. |
| SignalPropertyChanged(object, string) | Signals the PropertyChanged event of an object that is instrumented with the NotifyPropertyChangedAttribute aspect. |
| SignalPropertyChanging(object, string) | Signals the |
| SuspendEvents() | Suspends the raising of PropertyChanged events for the current thread. |