How do I programmatically fire a command

Aran Mulholland picture Aran Mulholland · Nov 16, 2009 · Viewed 9.7k times · Source

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

Answer

SLaks picture SLaks · Nov 16, 2009

Try calling the Execute method.