I needed to get the click event of a Toggle Button and there wasn't an event for it, so out of curiosity I tried selecting a Button Click event instead since I use alternate events in my library for advanced results and missing events.
It worked and I got the Click Event. Toggle buttons appear to use their own wrapper and not a button wrapper, so the event must have been fired from inside of it and not some type of inheritance from a button wrapper. So, is the event missing from the XML?
It worked and I got the Click Event. Toggle buttons appear to use their own wrapper and not a button wrapper, so the event must have been fired from inside of it and not some type of inheritance from a button wrapper. So, is the event missing from the XML?