See Also: ICommand Members
System.Windows.Input.RoutedCommand and System.Windows.Input.RoutedUICommand are two implementations of the System.Windows.Input.ICommand interface in TLA#tla_winclient.
<object property="predefinedCommandName"/>
- or -
<object property="predefinedCommandName.predefinedCommandName"/>
- or -
<object property="{x:Static customClassName.customCommandName}"/>
| predefinedClassName |
One of the predefined command classes. |
| predefinedCommandName |
One of the predefined commands. |
| customClassName |
A custom class that contains the custom command. Custom classes generally require an xlmns prefix mapping; see XAML Namespaces and Namespace Mapping. |
| customCommandName |
A custom command. |