Method InvokeCommands
InvokeCommands(Command[], IInputBinding?)
Invokes the specified commands.
public bool? InvokeCommands(Command[] commands, IInputBinding? binding)
Parameters
commandsCommand[]The set of commands to invoke.
bindingIInputBindingThe binding that caused the invocation, if any. This will be passed as context with the command.