Microsoft.Practices.Prism.Commands Namespace

Classes

  Class Description
Public class CompositeCommand
The CompositeCommand composes one or more ICommands.
Public class DelegateCommand
An ICommand whose delegates do not take any parameters for Execute() and CanExecute().
Public class DelegateCommand<T>
An ICommand whose delegates can be attached for Execute(T) and CanExecute(T). It also implements the IActiveAware interface, which is useful when registering this command in a CompositeCommand that monitors command's activity.
Public class DelegateCommandBase
An ICommand whose delegates can be attached for Execute(Object) and CanExecute(Object). It also implements the IActiveAware interface, which is useful when registering this command in a CompositeCommand that monitors command's activity.