In This Topic
            
            The following tables list the members exposed by C1Command.
            
            Public Constructors
            
            
            
            
            
            
            
            Public Properties
|   | Name | Description | 
  | Name | Gets the name of the command.   | 
  | OwnerType | Gets the type that is registered with the command.   | 
Top 
            
            
            
            Public Methods
|   | 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.   | 
Top 
            
            
            
            
            Public Events
|   | 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.   | 
Top 
            
            
            
            
            
            See Also