Category Archives: c#
Deferred execution based on PropertyChanged
A few days ago I was implementing toast notifications for a Silverlight application (SL 4 has support for toast notifications but it is only available to out-of-browser applications) and one of the features that I wanted to implement was that the notification doesn’t go away while the user holds the mouse pointer over it – [...]