🔹 CommandBinding Class
namespace Noesis | MSDN
Binds a RoutedCommand to the event handlers that implement the command.
Properties
| Name | Description |
|---|---|
| ◆ Command | Gets or sets the ICommand associated with this CommandBinding |
◆ Dependency Property ◆ Reflection Property
Attached Properties
CommandBinding has no attached properties
Methods
CommandBinding has no methods
Events
| 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 |
| ◆ Executed | Occurs when the command associated with this CommandBinding executes |
| ◆ 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 |
| ◆ PreviewExecuted | Occurs when the command associated with this CommandBinding executes |
◆ Routed Event ◆ Non-routed Event ◆ Delegate Event
📍 On this page