Listbox Events
List Box Events Dev-Only
List Box events are for situations where the user is choosing or interacting with items in a list.
On Selection Change
Fires when the selected item changes. A common use is updating another part of the UI based on which list item is selected.
On Item Double Click
Fires when an item is double-clicked. Good for quick-open behaviour, launching a selected entry, or opening a details page.