开发者

What is the difference between a RoutedCommand and a RoutedUICommand?

开发者 https://www.devze.com 2022-12-09 07:03 出处:网络
I have tried to do some reading about it, but I failed to find documentation that explains the difference between RoutedCommand and RoutedUICommand satisfactori开发者_如何学Cly.RoutedUICommand derives

I have tried to do some reading about it, but I failed to find documentation that explains the difference between RoutedCommand and RoutedUICommand satisfactori开发者_如何学Cly.


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.

The difference between a RoutedUICommand and RoutedCommand is that RoutedUICommand includes a Text property.

0

精彩评论

暂无评论...
验证码 换一张
取 消