I am creating a button as a component with a specific style. For this button, I am creating an "Event" type property to simulate the OnSelect. In this property, one can write the events that are needed. Within the component, this property is used in the OnSelect event of a button. The issue I'm having is that when the component is used, both at runtime and design time, when I enter the event type property, the code I have written executes if I hover over a line. For instance, if I wrote "Navigate(xxx)" in the property, and I hover over that line to modify it or something, it executes. It's very risky because I use this component sometimes with the Patch event, and if I hover over it at design time, the Patch executes, as if there were a bug in this type of properties