The following tables list the members exposed by DoubleDelegateCommand.
Public Constructors
Public Properties
| Name | Description |
| Command | Gets or sets the command. |
Top
Public Methods
| Name | Description |
| CanExecute | Defines the method that determines whether the command can execute in its current state. |
| Dispose | Performs tasks associated with freeing and releasing resources. |
| Execute | Defines the method to be called when the command is invoked. |
| RaiseCanExecuteChanged | Raises CanExecuteChanged event. |
Top
Public Events
| Name | Description |
| CanExecuteChanged | Occurs when changes occur that affect whether the command should execute. |
Top
See Also