Render Settings Callback

am trying to Add a callbacks whenever certain render settings are changed.

I tried this

TXT="Callback Test"
callbacks.addscript #renderParamsChanged "print TXT" id:#renderChanged

But this only works When Output Size is changed from Custom to something else.

I need it to work when i change the Area to Render from View to Region

Any way i can get that working..

Thanks