[.net] How do you get an Idle Message in a UserControl class in C# / Silverlight?

Started by
0 comments, last by benryves 12 years, 6 months ago
How do you get an Idle Message in a UserControl class in C# / Silverlight?

Back when I was programming in C++ and MFC there was an idle message for user intervace classes that one could overwrite and make use of. Is there something like that in C# and/or Silverlight?
Advertisement
I think the event you are referring to is Application.Idle. One example of its use is Tom Miller's render loop.

[Website] [+++ Divide By Cucumber Error. Please Reinstall Universe And Reboot +++]

This topic is closed to new replies.

Advertisement