Version 24.2 (latest)

CommandSourceManager Class Methods

For a list of all members of this type, see CommandSourceManager members.

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