Intersoft.Client.Framework.Input Namespace : CommandBinding Class |
The following tables list the members exposed by CommandBinding.
Name | Description | |
---|---|---|
![]() | CommandBinding Constructor | Overloaded. Initializes a new instance of CommandBinding class. |
Name | Description | |
---|---|---|
![]() | Command | Gets or sets the ICommand associated with this 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. |
![]() | 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. |