I currently have two LEDs (well, boolean values). Now I'd like to call an event when anyone of those changes. They cannot be changed by the user, but only programmatically.
I added the Value Changed Event to those two but no event is fired when I anyone of them gets lit ...