DeltaEngine.Editor.Emulator.Tests.ViewModel NamespaceDelta Engine Documentation
Classes

  ClassDescription
Public classMainViewModel
This class contains properties that the main View can data bind to.

Use the snippet to add bindable properties to this ViewModel. mvvminpc

You can also use Blend to data bind with the tool's support.

See http://www.galasoft.ch/mvvm

View code on GitHub
Public classViewModelLocator
This class contains static references to all the view models in the application and provides an entry point for the bindings. View code on GitHub