OkraFramework / Okra.Core

Okra App Framework - The Okra App Framework is designed to support the development of .Net Windows Store applications, in particular those following the MVVM pattern.
http://okraframework.github.io
Apache License 2.0
10 stars 6 forks source link

Add support for Windows 10 compiled bindings #79

Closed Andy-Wilkinson closed 8 years ago

Andy-Wilkinson commented 9 years ago

Windows 10 introduces compiled binding (x:Bind). Rather than use the pages DataContext, this binds to properties set in the code-behind. To support this an interface should be added that could be implemented by pages to pass the view-model to attach.