Posted on: 4/21/2011 2:51:00 PM | Views : 705

In the last article I spend some time with you in discussing some Text related enhancements for Developers in Silverlight 5. Today I am going to discuss one more feature of Silverlight 5 in this short post.
Requirement : We need a mechanism to identify count of multiple mouse clicks made by user.
Scenario : Some over enthusiast end users,if the transaction/process is not happening then they always hit button/any other UI control with high enthusiasm (or sometimes anger) several amount of time, Some time these unnecessary clicks becomes headache and sometimes it is useful to trigger some business function as well. So there is good side and bad side of this.
What Silverlight 5 is offering to us? : Silverlight 5 bits are now giving support/mechanism to identify Multiple Clicks made by user.
How it does that? : Inside your class MouseButtonEventArgs which is sealed,exposes one public prop ...

Go to the complete details ...