| Action | Description |
| Clicked | An action can be defined here that is triggered after clicking on the element with the left mouse button. |
| OnLeftButtonClick | An action can be defined here that is triggered when the element is clicked with the left mouse button. |
| OnRightButtonClick | An action can be defined here that is triggered when the element is clicked with the right mouse button. |
| OnMouseDown | An action can be defined here that is triggered when the element is clicked and held with a mouse button. |
| OnMouseUp | Here you can define an action that is triggered when you release the mouse click on the element. |