Keyboard shortcuts in WPF MVVM?

后端 未结 1 1646
借酒劲吻你
借酒劲吻你 2020-12-28 20:34

I have WPF application that follow MVVM pattern. I need to implement keyboard shortcuts. These shortcut have to contol WebBrowser control behaviour. I defined first custom c

1条回答
  •  Happy的楠姐
    2020-12-28 21:08

    
      
    
    

    You can bind command property to View Model's command.

    0 讨论(0)
提交回复
热议问题