Create Key binding in WPF

后端 未结 5 1885
滥情空心
滥情空心 2020-11-30 08:47

I need to create input binding for Window.

public class MainWindow : Window
{
    public MainWindow()
    {
        SomeCommand = ??? () => OnAction();
           


        
5条回答
提交回复
热议问题