dotnetmonitor.com |
|
||||||||||||
| Business objects and controls do not have a generic way to provide notification when a property changes. The current convention is to provide a property changed event for each property (e.g. PropertyNameChanged event handler). For business object types or controls with many properties, this can lead to a cumbersome object model. INotifyPropertyChanged provides a simpler, interface based approach to providing property change notification | ||||||||||||
|
||||||||||||