Custom WPF command pattern example

前端 未结 4 1023

I\'ve done some WPF programing and one thing I never got was the command pattern. Every example seems to be for built in ones, edit, cut, paste. Anyone have an example or

4条回答
  •  遥遥无期
    2020-12-12 18:43

    In the September 2008 edition of the MSDN magazine, Brian Noyes has a excellent article about the RoutedCommand/RoutedEvents!!!

    Here is the link: http://msdn.microsoft.com/en-us/magazine/cc785480.aspx

提交回复
热议问题