Is it possible for the View to subscribe ViewModel CLR event?

Posted by Vincent Leung on Stack Overflow See other posts from Stack Overflow or by Vincent Leung
Published on 2010-05-10T22:07:49Z Indexed on 2010/05/10 22:14 UTC
Read the original article Hit count: 238

Filed under:
|
|

Sometimes a view model needs to raise notifications, that a view should handle and do something in response, esp. when these can't be modeled as properties and property change notifications.

Anything in MVVM Light that can allow the view to listen to events and translate view model notifications into user interface actions via declarative Xaml markup?

© Stack Overflow or respective owner

Related posts about Silverlight

Related posts about mvvm