I have an ICommand that I want to fire (make the execute go) from code; how do I do this?
ICommand
Try calling the Execute method.
Execute