Use .net reactive in silverlight to generate multiple events.

Posted by Mrt on Stack Overflow See other posts from Stack Overflow or by Mrt
Published on 2010-03-29T06:48:19Z Indexed on 2010/03/29 6:53 UTC
Read the original article Hit count: 174

Filed under:
|
|

I have a method in a silverlight application. I want to start calling this method when an event occurs (mouse move), and continue to call this method every 1 second until a simple boolean condition changes. Is this possible ? I can't work out how to get the rx to generate multiple 'events' from the single event

© Stack Overflow or respective owner

Related posts about Silverlight

Related posts about system.reactive