NotifyPropertyChangedServices Methods |
The NotifyPropertyChangedServices type exposes the following members.
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.
|