EditCategory
Routed Commands
EditQuestion
What is a Routed Command?
EditAnswer
A
RoutedCommand provides the signaling mechanism that indicates that a particular action is required.
A
RoutedCommand does not provide the actual execution of the command, that is, perform the actions for the command. It is simply a messaging mechanism.
A
RoutedCommand behaves similarly to a RoutedEvent in the way that they route through the Visual Tree as long as they are not "Handled".
RoutedCommands can be triggered on an element through gestures (attached to the command), through an InputBinding on a specific element or explicitly (invoked directly).
EditKeywords
RoutedCommand, gestures