Solution
There is no limit to the number of events specifiers you can use.
You may want to investigate using
dynamic events, where you would wire an array of control references into a
Register For Events node. Then you would have an event case with just one event specifier. This results in easier code to maintain as you don't have to deal with a huge list of controls in the event dialog. You would instead see on the diagram by how the array of references is constructed, which controls you're interested in.