Add the following call to your OnControlEvent method:
Form()->ControlEvent(eventId, controlId);
This call passes events on to the form controller so it can process form-related events.
Related Topics
IFormController Interface