Microsoft.Practices.Composite.Presentation.Commands Namespace

Classes

  Class Description
Ff653940.pubclass(en-us,PandP.10).gif ButtonBaseClickCommandBehavior
Behavior that allows controls that derrive from ButtonBase to hook up with ICommand objects.
Ff653940.pubclass(en-us,PandP.10).gif Click
Static Class that holds all Dependency Properties and Static methods to allow the Click event of the ButtonBase class to be attached to a Command.
Ff653940.pubclass(en-us,PandP.10).gif CommandBehaviorBase<T>
Base behavior to handle connecting a Control to a Command.
Ff653940.pubclass(en-us,PandP.10).gif CompositeCommand
The CompositeCommand composites one or more ICommands.
Ff653940.pubclass(en-us,PandP.10).gif 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.