BBjGridListClickEvent
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_CLICK
event. This event is currently only available in GUI.
Remarks
The ON_GRID_LIST_CLICK event fires whenever
a BBjGrid has a list
control (BBjListButton or
BBjListEdit) assigned to a
cell, that cell is in edit mode, and the user clicks an item in the list
or uses an arrow key to change the
highlighted list item.
Methods of BBjGridListClickEvent
None.
Methods of BBjGridListClickEvent implemented for BBjGridEvent
Methods of BBjGridListClickEvent inherited from BBjGridListEvent
Methods of BBjGridListClickEvent inherited from BBjGridCellEvent
Methods of BBjGridListClickEvent inherited from BBjSysGuiEvent
Methods of BBjGridListClickEvent inherited from BBjEvent
See Also
CALLBACK Verb - Register BBj
Subroutine
BBjControl::setCallback
LISTCLICK Grid
Notify Event