Bind a button to a command (Windows Phone 7.5)

前端 未结 2 2063
暖寄归人
暖寄归人 2021-02-05 16:09

I\'m working on my windows-phone app which uses some simple data binding. I\'ve already created a app which was based on the MvvM programming method.The app i\'m currently worki

2条回答
  •  情深已故
    2021-02-05 16:26

    To add to Jays answer:

    My all time favorite is the DelegateCommand from the Patterns and Practices team @ Microsoft. Check out this post for more info.

提交回复
热议问题