The "Any Model Parameter Change" Event Trigger, will only work with Model parameters. It will not trigger when User parameters are changed. So, the next options are the following:
- try using the "Part Geometry Change" Event Trigger instead, if that will work for your situation
- Set all your User parameters to "Export" (creates Custom iProperties for them, that will stay up to date with the parameter), then use the "iProperty Change" Event Trigger
- If using an external rule, you can create a local rule that simply contains a bunch of dummy variables, which are all set to = all the user (or other) parameters you want to trigger it, then just use a snippet to run the external rule. Then any time one of those parameters changes, it will trigger that local rule to run, which will run your external rule.
- Create an Addin for your situation that will listen in the background for the parameter change event of those specific parameters in those specific files
Wesley Crihfield

(Not an Autodesk Employee)