How Do I: Create Bindable Objects
In this video Pat Tormey shows how to modify your own classes into data sources that can be bound to editable controls.
In a couple of quick steps Pat shows how to use a BindingList Generic combined with implementing INotifyPropertyChanged Interface allowing you to create a class smart enough to notify a data grid that it’s calculated properties have changed. He also includes a quick review of Nullable Types to explain how best to deal with Null dates.
Author: Pat Tormey