Concept Framework 2.2 documentation | Contents | Index |
Name | Type | Access | Version | Deprecated |
OnMappedAXEvent | event | public | version 1.0 | no |
OnMappedAXEvent(Sender, EventData) |
Sender | the event firing control |
EventData | contains the ID of the mapped event |
Event fired when a mapped event is fired by the ActiveX control. For mapping an event one must call the AddEventID function.
NOTE: You are required to call the AknowledgeEvent if you know the parameters count of the ActiveX event, or more conveniently {ClearEvent}(if you don't know the number of parameters) at the end of your event handler. The ActiveX event parameters can be obtained using the GetEventParameter function. |
Documented by Eduard Suica, generation time: Sun Jan 27 18:15:12 2013 GMT | (c)2013 Devronium Applications |