Why is there no way to trigger an event when the style of a Common Button changes?

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?

1 Like

Hi there~

Just make sure you check the box like this:

and then the events will be shown on the ‘Details panle’ buttom like this: