Method RaiseEventsImmediate
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. |