:: com :: sun :: star :: script :: vba ::

unpublished struct VBAScriptEvent
Base Hierarchy
VBAScriptEvent
 ┗ ::com::sun::star::lang::EventObject
Usage Restrictions
not published
Description
Describes a VBA script event fired via broadcastVBAScriptEvent, and received by XVBAScriptListener::notifyVBAScriptEvent.
See also
XVBACompatibility, XVBAScriptListener

Elements' Summary
Identifier Identifies the type of the event.  
ModuleName Contains the name of the involved VBA module.  
Elements' Details
Identifier
long Identifier;
Description
Identifies the type of the event.
See also
VBAScriptEventId
ModuleName
string ModuleName;
Description
Contains the name of the involved VBA module.
See also
VBAScriptEventId
Top of Page