If the command exists, evaluate the arguments.
This is useful for evaluating something in the background where you are
not sure that the widget will still exist when Tcl gets around to doing
the evaluation. It should be used, for example, when invoking an object
method using "after". For example, within an object, you can say:
after idle [code evalIfExists $this methodname]
.