Global application hook for mouse events in Silverlight

Posted by Meik on Stack Overflow See other posts from Stack Overflow or by Meik
Published on 2010-05-19T11:16:59Z Indexed on 2010/05/19 11:20 UTC
Read the original article Hit count: 237

Filed under:
|

Is there any way to register a global event handler for catching mouse events in a Silverlight application? I'd like to avoid subscribing to the mouse event handlers of each FrameworkElement and find a more elegant solution (bubbled events). Thanks

© Stack Overflow or respective owner

Related posts about Silverlight

Related posts about event-bubbling