| Name | Description | |
|---|---|---|
|  | C1Command Constructor | Overloaded. | 
The following tables list the members exposed by C1Command.
| Name | Description | |
|---|---|---|
|  | C1Command Constructor | Overloaded. | 
| Name | Description | |
|---|---|---|
|  | Name | Gets the name of the command. | 
|  | OwnerType | Gets the type that is registered with the command. | 
| Name | Description | |
|---|---|---|
|  | CanExecute | Determines whether this C1Command can execute in its current state. | 
|  | Execute | Executes the C1Command on the current command target. | 
|  | ToString | Returns a System.String that represents the current command. | 
| Name | Description | |
|---|---|---|
|  | CanExecuteChanged | Occurs when changes to the command source are detected by the command manager. These changes often affect whether the command should execute on the current command target. |