Event class Components
From Flowcode Help
Jump to navigationJump to search<sidebar>Event Contents</sidebar> No additional information
See the individual events for details of how to use this event class
Events provided for this class
| Property | Sent when a property has been changed by the User |
| Added | Broadcast to all existing components once a new component has been added |
| Adding | Broadcast to all existing components when a new component is about to be added |
| Resize | Sent to the mouse target when the user has altered the position of a component child |
| Removed | Broadcast to all remaining components once an existing component has been removed |
| Removing | Broadcast to all existing components when an existing component is about to be removed |
| Closedown | Closedown routine for the component |
| Closing | Pre-Closedown routine for the component, sent when the component is linked |
| Initialise | Initialisation routine for the component once the component is linked to its parent |
| Initialising | Initialisation routine before the component is linked to its parent |
See also
No additional information