Databinding to a method in WPF

前端 未结 5 1197
失恋的感觉
失恋的感觉 2021-02-13 13:49

I am having trouble databinding a TextBox.Text property to a object\'s method. The idea is allowing the user to write in a TextBox a file name and then

5条回答
  •  野的像风
    2021-02-13 14:26

    Looks like you need to get an understanding of MVVM , check this classic article http://msdn.microsoft.com/en-us/magazine/dd419663.aspx

提交回复
热议问题