net472_PropertyGridHelpers.Controls_AutoCompleteComboBox_ValueCommitted - dparvin/PropertyGridHelpers GitHub Wiki

AutoCompleteComboBox.ValueCommitted event

Occurs when the user finishes editing and the value should be committed.

public event EventHandler ValueCommitted;

Remarks

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

See Also

⚠️ **GitHub.com Fallback** ⚠️