Namespace: Semata.Lazy
Notifies clients that a changed has occured
public interface INotifyPropertySourceChanged
Events
Name | Description |
PropertySourceChanged |
Primarily designed to notify Lazy properties of a property change in its source, before propogating PropertyChanged. But can be used whenever a proxy/derived property needs to process PropertyChange before propogating it. |