Validating event not fired when moving from text- to combobox

  • Thread starter Thread starter appi
  • Start date Start date
A

appi

Hello,

I have created a custom control in VS 2005 using VB.NET. In this
Control, there are multiple text- and comboboxes. Two of the textboxes
react on the validating event. But when I move from these textboxes to
a combobox, the event is not fired. When I move to another textbox, it
works fine.

Does anybody know what causes this problem?

Thanks in advance,

Michael
 
Back
Top