dotnetmonitor.com

 
Index
Previous
Next

 

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
Simple Binding
Complex Binding
Using Simple Binding with a List
Sample: Simple Binding to a List (VS 2005) (VS Project: DataBinding Intro)
Type Conversion
Formatting