Object Reference > TDBDropDown Events > RowChange Event |
The RowChange event occurs when the current row changes to a different row.
TDBDropDown_RowChange ( )
Arguments
None
This event is triggered under several circumstances:
· When a drop-down is first displayed.
· When the user moves the current row by clicking on another row or using the navigation keys.
· During incremental searching.
The current row position is provided by the Bookmark property.