BBjGridListOpenEvent
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_OPEN
event. This event is currently only available in GUI.
Remarks
The ON_GRID_LIST_OPEN event fires whenever
a BBjGrid has a list
control (BBjListButton or
BBjListEdit) assigned to a
cell, that cell was in edit mode with the list expands (open) so that
it is now visible.
Methods of BBjGridListOpenEvent
None.
Methods of BBjGridListOpenEvent implemented for BBjGridEvent
Methods of BBjGridListOpenEvent inherited from BBjGridListEvent
Methods of BBjGridListOpenEvent inherited for BBjGridCellEvent
Methods of BBjGridListOpenEvent inherited from BBjSysGuiEvent
Methods of BBjGridListOpenEvent inherited from BBjEvent
See Also
CALLBACK Verb - Register BBj
Subroutine
BBjControl::setCallback
LISTOPEN Grid Notify
Event