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