C# (CSharp) Microsoft.Practices.Prism.Commands Namespace

Classes

Name Description
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.
CompositeCommand The CompositeCommand composes one or more ICommands.
DelegateCommandBase An ICommand whose delegates can be attached for Execute and CanExecute. It also implements the IActiveAware interface, which is useful when registering this command in a CompositeCommand that monitors command's activity.
EventHandlerManager
WeakEventHandlerManager Handles management and dispatching of EventHandlers in a weak way.