WPF CommandParameter Binding 傳 Button 自已過去 ViewModel

  • 22371
  • 0

摘要:WPF CommandParameter Binding 傳 Button 自已過去 ViewModel

這個寫法是 Visual Studio 2012 自已產生的,怎麼操作會產生這個我沒發現。


<Button x:Name="MyButton" Command="{Binding MyCommand}" CommandParamenter="{Binding ., ElementName=MyButton}" Content="傳送Button自已到ViewModel" />

但是CommandParameter的Binding不能是上層的物件,否則那個物件會”消失”!