How to best implement IPropertyChanged on Timespan subtype?

Posted by 742 on Stack Overflow See other posts from Stack Overflow or by 742
Published on 2010-04-24T20:11:30Z Indexed on 2010/04/24 20:33 UTC
Read the original article Hit count: 163

Filed under:
|
|

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?

© Stack Overflow or respective owner

Related posts about .NET

Related posts about timespan