5
shouts

Reusable deferred action execution mechanism

published 181 days, 6 hours, 43 minutes ago posted by http://byteflux.myopenid.com/http://byteflux.myopenid.com/ 182 days, 15 hours, 53 minutes ago
Thursday, August 25, 2011 9:37:21 PM GMT Wednesday, August 24, 2011 12:27:13 PM GMT

There are situations in which you need to do some processing when an event fires but you don’t want to do it every time if the event happens in a very short time interval. Such a situation can occur for example when handling MouseMove events – you want to do the processing when the mouse stops for a certain amount of time, but not for every intermediate position of the mouse.

category: Foundation | clicked: 4 | | source: byteflux.me | show counter code
tags: .NET, C#, code, Patterns, VisualStudio

No comments yet, be the first one to post comment.

To post your comment please login or signup