Version

CommandSourceManager Class Members

The following tables list the members exposed by CommandSourceManager.

Public Methods
 NameDescription
Public Methodstatic (Shared in Visual Basic)GetTargetsGets a list of registered ICommandTarget objects that support the specified command.  
Public Methodstatic (Shared in Visual Basic)NotifyCanExecuteChangedAn ICommandTarget will generally invoke this method to notify all registered commands that have the specific Target to check and see if it still can execute.  
Public Methodstatic (Shared in Visual Basic)RegisterCommandTargetRegisters the specified ICommandTarget with the CommandSourceManager  
Public Methodstatic (Shared in Visual Basic)UnregisterCommandTargetUnregisters the specified ICommandTarget with the CommandSourceManager  
See Also