General actions of control elements

ActionDescription
ClickedAn action can be defined here that is triggered after clicking on the element with the left mouse button.
OnLeftButtonClickAn action can be defined here that is triggered when the element is clicked with the left mouse button.
OnRightButtonClickAn action can be defined here that is triggered when the element is clicked with the right mouse button.
OnMouseDownAn action can be defined here that is triggered when the element is clicked and held with a mouse button.
OnMouseUpHere you can define an action that is triggered when you release the mouse click on the element.