I wanted to reuse the logic of a Command defined in another usercontrol. The simple solution would be to create a separate, public method which I then could call from outside the control (and call this method in the Execute eventhandler). A more clean way is to directly invoke the Command! The ICommand interface supports [...]