I want to add processing based on the button’s style, but the Selected Hovered and Selected Pressed events exist in the style but not in the Event. Therefore, I am forced to perform the meaningless and painful task of manually incorporating all possible patterns by branching from the state.
However, the fact that the style can be switched implies that such branching must already be taking place internally. Why can’t I access this state change? Or perhaps I have overlooked the existence of these events?
Could someone please tell me how to trigger an event when these specific styles are selected?


