Intersoft.Client.Framework.Input Namespace : HybridDelegateCommand Class |
The following tables list the members exposed by HybridDelegateCommand.
Name | Description | |
---|---|---|
HybridDelegateCommand Constructor | Overloaded. |
Name | Description | |
---|---|---|
AutoBindUI | Specifies whether the Text and Image should be bind automatically to the associated UIElement that supports HybridRoutedCommand. (Inherited from Intersoft.Client.Framework.Input.HybridRoutedCommand) | |
CannotExecuteBehavior | Determines the UI behavior that should be applied to the UIElement when its Command can not be executed. (Inherited from Intersoft.Client.Framework.Input.HybridRoutedCommand) | |
Image | Specifies the ImageSource to be associated to the Image property of UIElement that supports HybridRoutedCommand. (Inherited from Intersoft.Client.Framework.Input.HybridRoutedCommand) | |
InputGestures | Gets the collection of InputGesture objects that are associated with this command. (Inherited from Intersoft.Client.Framework.Input.RoutedCommand) | |
IsAutomaticRequeryDisabled | Specifies whether automatic require should be disabled. | |
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. (Inherited from Intersoft.Client.Framework.Input.RoutedUICommand) |
Name | Description | |
---|---|---|
CanExecute | Overloaded. Determines whether the command can be executed. | |
CanQueryStatus | Overloaded. | |
Execute | Overloaded. Execeutes the command. | |
QueryStatus | Overloaded. | |
RaiseCanExecuteChanged | Raises the CanExecuteChaged event. |
Name | Description | |
---|---|---|
OnCanExecuteChanged | Protected virtual method to raise CanExecuteChanged event. |
Name | Description | |
---|---|---|
CanExecuteChanged |