event UserEditorOleEvent (Object as Object, Ev as OleEvent, Ed as Editor)
Occurs when an user editor fires an event.

 TypeDescription 
   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 UserEditorOleEvent event notifies your application when an inner ActiveX control fires an event.  The UserEditorType type specifies an editor that may host an ActiveX control. Use the Add method to insert an editor that hosts an ActiveX control. Use the UserEditor method to create an inner ActiveX control.

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.


Send comments on this topic.
© 1999-2007 Exontrol Inc, Software. All rights reserved.