DropDownClosed event for ComboBox

  • Thread starter Thread starter Doug Crawford
  • Start date Start date
D

Doug Crawford

Any ideas on how I can capture or simulate the DropDownClosed property
for the Compact Framework ComboBox?
 
Try one of these events:

- "Selected index changed" (when you select an item it also close the combo,
but not if the user select the same item).
- Validating / validated / lost focus.
 
Back
Top