PostSharpAPI ReferencePost­Sharp.​Patterns.​ModelNotify­Property­Changed­ServicesRaise­Events­Immediate
Open sandboxFocus

NotifyPropertyChangedServices.RaiseEventsImmediate Method

RaiseEventsImmediate(Object)

Raises all PropertyChanged events that are currently stored in the event buffer for the current thread and a given object.

Declaration
public static void RaiseEventsImmediate(object instance)
Parameters
Type Name Description
Object instance

The object for which events should be raised.