Intersoft.Client.Framework.Input Namespace : RoutedUICommand Class |
The following tables list the members exposed by RoutedUICommand.
Name | Description | |
---|---|---|
RoutedUICommand Constructor | Overloaded. Initializes a new instance of the RoutedUICommand class. |
Name | Description | |
---|---|---|
InputGestures | Gets the collection of InputGesture objects that are associated with this command. (Inherited from Intersoft.Client.Framework.Input.RoutedCommand) | |
Name | Gets the name of the command. (Inherited from Intersoft.Client.Framework.Input.RoutedCommand) | |
OwnerType | Gets the type that is registered with the command. (Inherited from Intersoft.Client.Framework.Input.RoutedCommand) | |
Text | Gets or sets the text that describes this command. |
Name | Description | |
---|---|---|
CanExecute | Determines whether this RoutedCommand can execute in its current state. (Inherited from Intersoft.Client.Framework.Input.RoutedCommand) | |
Execute | Executes the RoutedCommand on the current command target. (Inherited from Intersoft.Client.Framework.Input.RoutedCommand) |
Name | Description | |
---|---|---|
CanExecuteChanged | Occurs when the CanExecute state of this command is changed. (Inherited from Intersoft.Client.Framework.Input.RoutedCommand) |