BBjGridRowSelectionChangedEvent
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_ROW_SELECTION_CHANGE event.
Methods of BBjGridRowSelectionChangedEvent
|
Return Value |
Method |
|---|---|
|
int |
Methods of BBjGridRowSelectionChangedEvent implemented for BBjGridEvent
| Return Value | Method |
|---|---|
Methods of BBjGridRowSelectionChangedEvent inherited from BBjGridCellEvent
| Return Value | Method |
|---|---|
|
int |
|
|
string |
|
|
int |
getRow() |
Methods of BBjGridRowSelectionChangedEvent inherited from BBjSysGuiEvent
| Return Value | Method |
|---|---|
Methods of BBjGridRowSelectionChangedEvent inherited from BBjEvent
| Return Value | Method |
|---|---|
|
string |
|
|
string |
Remarks
This event triggers when the row is selected or deselected, and only works when the selection mode is set to GRID_SELECT_COLUMN using BBjGrid::setSelectionMode.
Example
|
See Also
BBjGridCellSelectionChangedEvent
BBjGridColumnSelectionChangedEvent
ROWSELECTCHANGE Grid Notify Event