Object Reference > TDBDropDown Events > DropDownClose Event |
The DropDownClose event is triggered when a TDBDropDown control is closed.
TDBDropDown_DropDownClose ( )
Arguments
None
The DropDownClose event is triggered when a TDBDropDown control is closed, which occurs when:
The user selects an item from the drop-down.
The user clicks the current cell's built-in button.
The user presses Alt+Down Arrow.
The drop-down loses focus.
The built-in button is enabled for a column when its DropDown property is set to the name of a valid TDBDropDown control.