XAML to ViewModel creator.
This demo is in works. Currently it reads a XAML file (using XElement) and identifies Bindings and their controls.
Next i'll complete this by printing out a view model class with properties using the bindings that i've collected in a collection.
You may want to improve this; feel free!
Download Demo Code
Placeholder trial: Placeholder code
Update to placeholder: Handle events of a control within a datatemplate. Refer this link:
http://stackoverflow.com/questions/1800595/event-handler-in-datatemplate