Events and Handlers¶
The Icon component has the following events and handlers available for use:
Events¶
Event |
Description |
---|---|
On Click Event |
Occurs when the user clicks the component. It allows you to define actions or behaviors that will be triggered when the component is clicked, providing interactivity to your application. |
On Mouse Over Event |
Triggers when the user's mouse pointer hovers over the component. You can utilize this event to create effects or actions that should take place when the component is being hovered over. |
On Mouse Out Event |
Occurs when the user's mouse pointer leaves the component after hovering over it. It allows you to specify actions or changes that should happen when the mouse pointer moves away from the component. |
On Visibility Change |
Gets activated when the visibility state of the component is altered. You can use this event to define actions that need to take place when the component becomes visible or hidden. |