BBjGridCellSelectionChangedEvent
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_CELL_SELECTION_CHANGE event.
Methods of BBjGridCellSelectionChangedEvent
|
Return Value |
Method |
|---|---|
|
int |
Methods of BBjGridCellSelectionChangedEvent implemented for BBjGridEvent
| Return Value | Method |
|---|---|
Methods of BBjGridCellSelectionChangedEvent inherited from BBjGridCellEvent
| Return Value | Method |
|---|---|
|
int |
|
|
string |
|
|
int |
getRow() |
Methods of BBjGridCellSelectionChangedEvent inherited from BBjSysGuiEvent
| Return Value | Method |
|---|---|
Methods of BBjGridCellSelectionChangedEvent inherited from BBjEvent
| Return Value | Method |
|---|---|
|
string |
|
|
string |
Remarks
This event will only work when the selection mode is set to GRID_SELECT_CELL and will trigger when the cell is selected or deselected.
Example
|
Version History
See Also
BBjGridRowSelectionChangedEvent
BBjGridColumnSelectionChangedEvent
See the BBj Object Diagram for an illustration of the relationship between BBj Objects.