Params.ParameterChanged eventhandler doesn't fire - for Outputs

Oh yes I’d forgotten that the Params object handles and re-emits all parameter events. This was done so you don’t have to deal with each input and output individually as I did in my example code.

But, I don’t see any events fired for Outputs, only for Inputs. In any case, Outputs should have their own (new) events so as to not break existing code out there.

// Rolf