RoutedCommand Class
A command that is routed through the element tree.
http://msdn.microsoft.com/en-us/library/system.windows.input.routedcommand.aspx
Methods
From RoutedCommand
Name | Description |
---|---|
CanExecute | Determines whether this RoutedCommand can execute in its current state |
CanExecute | Determines whether the command can execute in its current state |
CanExecuteChanged | Occurs when changes occur that affect whether or not the command should execute |
Execute | Executes the RoutedCommand on the current command target |
Execute | This method is called when command is invoked |
Properties
From RoutedCommand
Name | Description | |
---|---|---|
![]() |
InputGestures | Gets the collection of InputGesture objects that are associated with this command |
![]() |
OwnerType | Gets the class type of the object that defines the command |


Events
RoutedCommand has no events