Intersoft.Client.Framework.Input Namespace : HybridCommandBinding Class |
The following tables list the members exposed by HybridCommandBinding.
Name | Description | |
---|---|---|
HybridCommandBinding Constructor | Overloaded. |
Name | Description | |
---|---|---|
Command | Gets or sets the ICommand associated with this CommandBinding. (Inherited from Intersoft.Client.Framework.Input.CommandBinding) |
Name | Description | |
---|---|---|
CanExecute | Occurs when the command associated with this CommandBinding initiates a check to determine whether the command can be executed on the command target. (Inherited from Intersoft.Client.Framework.Input.CommandBinding) | |
CanQueryStatus | Occurs when the CommandManager performs requery and invalidates the query status. | |
Executed | Occurs when the command associated with this CommandBinding executes. (Inherited from Intersoft.Client.Framework.Input.CommandBinding) | |
PreviewCanExecute | Occurs when the command associated with this CommandBinding initiates a check to determine whether the command can be executed on the current command target. (Inherited from Intersoft.Client.Framework.Input.CommandBinding) | |
PreviewExecuted | Occurs when the command associated with this CommandBinding executes. (Inherited from Intersoft.Client.Framework.Input.CommandBinding) | |
QueryStatus | Occurs when the command is about to perform query status. |