void ControlEvent(WORD eventId, WORD controlId)

Call this method on your OnControlEvent method to ensure that the form controller can process control events, which it needs to do to function correctly. The values you pass to this method are the same values passed to the OnControlEvent method.

Related Topics

IFormController Interface