How do I call a call method from XAML in WPF?

前端 未结 3 791

How do I call a call method from XAML in WPF?

3条回答
  •  太阳男子
    2020-12-19 10:37

    You Can create RelayCommand inheriting ICommand, and then create property of ICommand and assign relay command to that property and call the method.

提交回复
热议问题