The following tables list the members exposed by RoutedCommand.
Public Properties
| Name | Description |
| InputGestures |
Gets the collection of InputGesture objects that are associated with this command.
|
| Name |
Gets the name of the command.
|
| OwnerType |
Gets the type that is registered with the command.
|
Top
Public Methods
| Name | Description |
| CanExecute |
Determines whether this RoutedCommand can execute in its current state.
|
| Execute |
Executes the RoutedCommand on the current command target.
|
Top
Public Events
| Name | Description |
| CanExecuteChanged |
Occurs when the CanExecute state of this command is changed.
|
Top
See Also