User manipulation events for a browse
- Last Updated: April 29, 2024
- 1 minute read
- OpenEdge
- Version 12.8
- Documentation
When the user moves or resizes a browse or one of its components, the AVM fires one or more of the following events:
START-MOVEEND-MOVESTART-RESIZEEND-RESIZESTART-ROW-RESIZEEND-ROW-RESIZESELECTIONDESELECTION
These events do not fire when you manipulate the browse programmatically.
You do not have to monitor these events. This section includes them only for the your reference. For example, you might want to write trigger code for one or more of these events.
For more information on these events, see the Events Reference section of the ABL Reference.