C# (CSharp) AttachedCommandBehavior Namespace

Classes

Name Description
ActionExecutionStrategy executes a delegate
BehaviorBinding Defines a Command Binding This inherits from freezable so that it gets inheritance context for DataBinding to work
CommandBehavior Defines the attached properties to create a CommandBehaviorBinding
CommandBehaviorBinding Defines the command behavior binding
CommandExecutionStrategy Executes a command
EventHandlerGenerator Generates delegates according to the specified signature on runtime
SimpleCommand Implements the ICommand and wraps up all the verbose stuff so that you can just pass 2 delegates 1 for the CanExecute and one for the Execute