FMX.Layouts.TLayout Events
From RAD Studio API Documentation
InheritedProtected
| OnActivate | public | |
| OnApplyStyleLookup | public | Occurs when a style is applied to the control. |
| OnCanFocus | public | Occurs when a control can receive focus. |
| OnClick | published | Occurs when the control is clicked. |
| OnDblClick | published | Occurs when the left mouse button is double-clicked with the pointer over the control. |
| OnDeactivate | public | |
| OnDragDrop | published | Occurs when a dragged control is dropped. |
| OnDragEnd | published | Occurs when the dragging of a control ends. |
| OnDragEnter | published | Occurs when a dragged object enters the area of the current control. |
| OnDragLeave | published | Occurs when a dragged object leaves the area of the current control. |
| OnDragOver | published | Occurs when a dragged object is over the area of the current control. |
| OnEnter | public | Occurs when the control receive input focus. |
| OnExit | public | Occurs when the input focus is taken from the control. |
| OnGesture | public | Occurs when you perform a gesture associated with this control. |
| OnKeyDown | public | Occurs when a key is pressed while the control has focus. |
| OnKeyUp | public | Occurs when a key is released while the control has focus. |
| OnMouseDown | published | Occurs when a mouse button is pressed over a control. |
| OnMouseEnter | published | Occurs when the mouse cursor enters the area of the control. |
| OnMouseLeave | published | Occurs when the mouse cursor leaves the control area. |
| OnMouseMove | published | Occurs when the mouse cursor moves while is over the control area. |
| OnMouseUp | published | Occurs when the mouse button that was pressed over the control is released. |
| OnMouseWheel | published | Occurs when the mouse wheel moves while the control has focus. |
| OnPaint | published | Occurs when the control is redrawn. |
| OnPainting | published | Occurs when the control is painted. |
| OnResize | published | Occurs immediately after the control is resized. |