how to determine the last time a user input was received in silverlight 3
- by sako73
I have a Silverlight 3 application, and in a method, I want to determine when the last time that the application received user input was. Is there an easy way to detect this?
Thanks for any help.