How to best implement IPropertyChanged on Timespan subtype?
- by 742
in .NET (and WPF), I need to monitor changes on a Timespan object which doesn't include any change event like PropertyChanged. What would be the best way to add this functionnality?