BBjGridListSelectEvent
Description
In BBj 15.00 and higher, BBjAPI().getLastEvent()
returns this event when
the program is executing callback code that the program has registered
for the ON_GRID_LIST_SELECT
event. This event is currently only available in GUI.
Remarks
The ON_GRID_LIST_SELECT event fires whenever
a BBjGrid has a list
control (BBjListButton or
BBjListEdit) assigned to a
cell,that cell is in edit
mode, and either the mouse clicks to select an item in the dropped-down
list or the user presses Enter or Tab to select the current list item.
Methods of BBjGridListSelectEvent
None.
Methods of BBjGridListSelectEvent implemented for BBjGridEvent
Methods of BBjGridListSelectEvent inherited from BBjGridListEvent
Methods of BBjGridListSelectEvent inherited from BBjGridCellEvent
Methods of BBjGridListSelectEvent inherited from BBjSysGuiEvent
Methods of BBjGridListSelectEvent inherited from BBjEvent
See Also
CALLBACK Verb - Register BBj
Subroutine
BBjControl::setCallback
LISTSELECT Grid
Notify Event