![]() | Type | Description | ||
| Object as Object | An Object that fires the event. | |||
| Ev as OleEvent | An OleEvent object that holds information about fired event. | |||
| Ed as Editor | An Editor object whose inner ActiveX control fires the event. |

The following VB sample adds an Exontrol.ComboBox control and displays the events being fired by inner ActiveX control:
The following VC sample adds an Exontrol.ComboBox control and displays the events being fired by inner ActiveX control:
In C++, the #import "path-to-ExRecord.dll" adds a new EXRECORDLib namespace that includes definition for OleEvent and OleEventParam classes.