Previous Up Next

_AXrflEvent
Define a callback function on ActiveX events. These are events produced by the ActiveX component to communicate with its container.

AX _AXrflEvent (
AX _ActiveX_
fun [AX u0 S [S r1]] S _callback_
u0 _user_
)
Parameters

_ActiveX_
any ActiveX component
_callback_
callback function on ActiveX events (supplemental parameters are event name and list of arguments)
_user_
user parameter
Return value

same ActiveX component