NotifyPropertyChangedServices Class |
Utility methods to work with the NotifyPropertyChangedAttribute aspect.
Namespace: PostSharp.Patterns.Model
Assembly: PostSharp.Patterns.Model (in PostSharp.Patterns.Model.dll) Version: 6.10.10.0 (6.10.10.0)
C#
public static class NotifyPropertyChangedServices
The NotifyPropertyChangedServices type exposes the following members.
Name | Description | |
---|---|---|
PropertyChangingAdapter |
Gets or sets currently active NotifyPropertyChangingAdapter object.
|
Name | Description | |
---|---|---|
RaiseEventsImmediate |
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 |
Signals the PropertyChanged event of an object that is instrumented with the NotifyPropertyChangedAttribute aspect.
| |
SignalPropertyChanging |
Signals the PropertyChanging event of an object that is instrumented with the NotifyPropertyChangedAttribute aspect.
| |
SuspendEvents |
Suspends the raising of PropertyChanged events for the current thread.
|