Event that indicates that data within the object has been updated
public event EventHandler DataSourceChanged
Remarks
This is a useful generic event that fires every time any of the
data in the business entity is updated. This can be useful for
things such as data binding.
See also:
Class BusinessEntity