dotnetmonitor.com |
|
||||||||||||
| Once you have a datasource the objects in the datasource optionally can implement change notification for public properties. This is done by either providing a PropertyNameChanged event for the property or by implementing the INotifyPropertyChanged interface. The INotifyPropertyChanged interface is new in VS 2005 and can be used with BindingList<T> to create bindable lists. When your datasource is a BindingSource, the objects in the list do not need to implement change notification. | ||||||||||||
|
||||||||||||