CreateBinding(ICommand, IDictionaryString, Object, Boolean) | Creates a binding for a command without any sources and targets. At least one source must be added by the ICommandBinding.AddSource method to make the command invokable. Targets can be added by the ICommandBinding.AddTarget method. |
CreateBinding(ICommand, Object, String, Object) | Creates a binding for a command using the specified source, eventName and targets. |
CreateBinding(ICommand, Object, String, IDictionaryString, Object, Object) | Creates a binding for a command using the specified source, eventName and targets as well as the optionally provided initial state of the binding. |