I am creating a custom control that inherits from ComboBox. I need to detect when a Item is added to the ComboBox to perform my own checks. It doesn\'t matter if it\'s C# or Vb.
If your ComboBox is backed by a BindingSource, then you could listen for the AddingItem event and handle it accordingly.
ComboBox
BindingSource
AddingItem