There is no need to use a separate wxEvtHandler here when we can just use Bind() to directly handle the child text control events in wxComboCtrlBase itself, this code was a left over from pre-wx3 days. No real changes, just make the code simpler and smaller (and also marginally more efficient at run-time).