What is the difference between a RoutedCommand and a RoutedUICommand?
Asked Answered
A

1

19

I have tried to do some reading about it, but I failed to find documentation that explains the difference between RoutedCommand and RoutedUICommand satisfactorily.

Angulate answered 18/10, 2009 at 12:3 Comment(0)
I
25

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.

Impetigo answered 18/10, 2009 at 12:7 Comment(1)
As if now (November, 2020) the exact link for the above code is hereCylindrical

© 2022 - 2024 — McMap. All rights reserved.