Change Event
Fired whenever the contents of the edit portion of the combo box control changes.
Syntax
Private Sub object_Change()
The syntax of the Change event has these parts:
| Part | Description |
| object | A DCombo control. |
Remarks
This event is not fired when the CBStyle property is set to DropdownList.