Is this content useful?
Thank you for your feedback!
Thank you for your feedback! You have rated this topic in the last 30 days.
CommandBase Class Members
The following tables list the members exposed by CommandBase.
Public Properties
| Name | Description |
| CommandSource | The CommandSource object that originated the command. |
| CurrentTarget | The resolved ICommandTarget object that is executing the command. |
Public Methods
| Name | Description |
| CanExecute | Returns True if the command can run at this time. |
| Execute | Overloaded. Runs the command with the given parameter. |
Public Events
See Also