search results

  1. Stack Overflow is a question and answer site for professional and enthusiast programmers. It\'s 100% free, no registration required.
    stackoverflow.com/.../should-controls-​be-in-the-viewmodel - Cached
  2. To maximize re-use opportunities, the ViewModel should have no reference to any specific UI classes, elements, controls or behavior (like animations).
    blogs.msdn.com/b/dphill/archive/2009/01/​31/the-viewmodel... - Cached
  3. I would like to hear your opinions on what the ViewModel should control. ... Swapping controls in/out (e.g, completely replace a user control for another)
    social.msdn.microsoft.com/Forums/​vstudio/en-US/83c9d8fe... - Cached
  4. Those bindings ensure that when the user clicks on the controls, ... which lets the AllCustomers­ViewModel know that it should add a new Customer­ViewModel to its ...
    msdn.microsoft.com/en-us/magazine/​dd419663.aspx - Cached
    More results from msdn.microsoft.com »
  5. Whereas general purpose controls expose properties and events that allow ... If you really feel the need then you should write your own viewmodel for the ...
    stackoverflow.com/questions/1939414 - Cached
  6. ... following the Model-View-ViewModel pattern; Author ... certain that I didn\'t follow it as well as one should. ... property on several controls is an ...
    www.codeproject.com/Articles/22357/​Model-View-ViewModel... - Cached
  7. The Model View ViewModel ... and other controls. ... {// hum. some else deleted this. should really send this // up to the user and ask them to reload the page. ...
    en.wikipedia.org/wiki/Model_View_​ViewModel - Cached
    More results from en.wikipedia.org »
  8. Selection is one of the most common components of a ViewModel. But since controls have selection, ...
    blogs.msdn.com/b/johngossman/archive/​2005/10/08/478683.aspx - Cached
  9. Where should ViewModel objects be instantiated and hooked up to Model objects? ... You will have to provide support for this in the controls in your view. samneric1 ...
    msdn.microsoft.com/en-us/magazine/​ff798279.aspx - Cached
  10. ViewModel also controls the View\'s interactions with ... The rule of thumb is that the ViewModel should only contain the data displayed within the view and methods ...
    www.codeproject.com/Articles/278901/​MVVM-Pattern-Made-Simple - Cached