net472_PropertyGridHelpers.Controls_AutoCompleteComboBox_ValueCommitted - dparvin/PropertyGridHelpers GitHub Wiki
Occurs when the user finishes editing and the value should be committed.
public event EventHandler ValueCommitted;
This event is used to close the drop-down when editing is complete. It is raised when either:
- The selected value changes
- The control loses focus
- class AutoCompleteComboBox
- namespace PropertyGridHelpers.Controls
- assembly PropertyGridHelpers