IDMControlEvents interface should be used to receive
user input notification events from the interactive ActiveX controls.
| Kind | Name | ID | Description |
| OnChange | 1 | Fired when control value changed | |
| OnClick | 2 | Fired when control clicked by mouse | |
| OnDblClick | 3 | Fired when control is doubleclicked | |
| OnKeyPress | 4 | Fired when a key pressed |
| event OnChange: VOID |
| event OnClick: VOID |
| event OnDblClick: VOID |
| event OnKeyPress(Key): VOID |