OleEvent object
The OleEvent object holds information about an event fired by an ActiveX control hosted by a popup menu that's created using the Add method. The control fires the OleEvent event when the inside ActiveX control fires an event. The OleEvent object supports the following properties and methods:

NameDescription
CountParamRetrieves the count of the OLE event's arguments.
IDRetrieves a long expression that specifies the identifier of the event.
NameRetrieves the original name of the fired event.
ParamRetrieves an OleEventParam object given either the index of the parameter, or its name.
ToStringRetrieves information about the event.