Version

CommandBase Class Members

The following tables list the members exposed by CommandBase.

Public Constructors
 NameDescription
Public ConstructorCommandBase Constructor  
Public Properties
 NameDescription
Public PropertyCommandSourceThe CommandSource object that originated the command.  
Public PropertyCurrentTargetThe resolved ICommandTarget object that is executing the command.  
Public Methods
 NameDescription
Public MethodCanExecuteReturns True if the command can run at this time.  
Public MethodExecuteOverloaded. Runs the command with the given parameter.  
Protected Methods
 NameDescription
Protected MethodOnCanExecuteChangedRaises the CanExecuteChanged event.  
Public Events
 NameDescription
Public EventCanExecuteChangedEvent handler for the CanExecuteChanged event.  
See Also