Safari Books Online is a digital library providing on-demand subscription access to thousands of learning resources.
To fully support the binding capabilities in both Windows Forms and WPF applications, classes must implement a few specific interfaces:
INotifyPropertyChanged—Notifies a client that the value of a property has been modified
IEditableObject—Allows an entity to roll back modifications made to a property
IDataErrorInfo—Lets entity errors flow to the binding system