I'm making my own usercontrol, inherited from TextBox...
I have overrided the OnTextChanged event to do some stuff. Now if I use this control on a form, the TextChange event will never fire
what should I do?