I have tried to do some reading about it, but I failed to find documentation that explains the difference between RoutedCommand and RoutedUICommand satisfactorily.
+7
A:
RoutedUICommand derives from RoutedCommand and adds a text field used to provide a description of the command. This is useful when the command is bound to be accessed from the UI.
I got this from here.
o.k.w
2009-10-18 12:07:14
thanks for the link,I added it to my favorites.
Dabblernl
2009-10-18 12:15:32