ICommand for Silverlight 2.0 RTW Updated Sample
November 21st, 2008
Some time ago, we blogged about how to implement the ICommand feature that is available in WPF but missing in Silverlight.
The sample included in that post was using Silverlight 2 beta 2, so I updated the code now to target Silverlight 2 RTW. The main difference is that the old code included the ICommand interface which is now available directly in the Silverlight 2 bits (although there is no class implementing it, nor the input controls know how to bind to it).
Read the full blog post here:
Downlad the updated sample code here:
January 14th, 2009 at 12:17 am
[...] inte vet hur de ska databinda mot ICommand. Julian Dominguez har visat hur man kan åstadkomma det mha Attached Behaviours. Nikhil Khotari har en annan intressant lösning på det genom att införa något han kallar för [...]