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

struct VBAScriptEvent
Base Hierarchy
VBAScriptEvent
 ┗ ::com::sun::star::lang::EventObject

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