BBjGridSelectCellEvent
Description
In BBj 19.20 and higher, this event is returned by BBjAPI().getLastEvent() when the program is executing callback code that the program has registered for the ON_GRID_SELECT_CELL event.
Remarks
This event will only work when BBjGrid::setSelectionMode is set to GRID_SELECT_CELL and will only fire when one or more cells are selected.
Methods of BBjGridSelectCellEvent
| Return Value | Method |
|---|---|
|
int |
|
Methods of BBjGridSelectCellEvent implemented for BBjGridEvent
| Return Value | Method |
|---|---|
Methods of BBjGridSelectCellEvent inherited from BBjGridCellEvent
| Return Value | Method |
|---|---|
|
int |
|
|
string |
|
|
int |
getRow() |
Methods of BBjGridSelectCellEvent inherited from BBjSysGuiEvent
| Return Value | Method |
|---|---|
Methods of BBjGridSelectCellEvent inherited from BBjEvent
| Return Value | Method |
|---|---|
|
string |
|
|
string |
Example
|
See Also
C