Difference between revisions of "Event Components.Resize"

From Flowcode Help
Jump to navigationJump to search
Line 28: Line 28:
  
 
==Detailed description==
 
==Detailed description==
''<span style="color:red;">No additional information</span>''
+
 
  
  
 
==Examples==
 
==Examples==
''<span style="color:red;">No additional examples</span>''
 

Revision as of 11:55, 16 January 2023

Fc9-comp-macro.png Resize
Sent to the mouse target when the user has altered the position of a component child 
Fc9-h32-icon.png - HANDLE Component
The component that has been altered 
Fc9-h32-icon.png - HANDLE PrevPos
The position of the object before the start of positioning 
Fc9-bool-icon.png - BOOL Final
True if this is the end of a drag operation 
Fc9-void-icon.png - NONE Return


Detailed description

Examples