| LibreOffice
    LibreOffice 24.8 SDK API Reference | 
Describes a VBA script event fired via XVBACompatibility::broadcastVBAScriptEvent(), and received by XVBAScriptListener::notifyVBAScriptEvent(). More...
import "VBAScriptEvent.idl";
 
  
| Public Attributes | |
| long | Identifier | 
| Identifies the type of the event. | |
| string | ModuleName | 
| Contains the name of the involved VBA module. | |
| Public Attributes inherited from EventObject | |
| com::sun::star::uno::XInterface | Source | 
| refers to the object that fired the event. | |
Describes a VBA script event fired via XVBACompatibility::broadcastVBAScriptEvent(), and received by XVBAScriptListener::notifyVBAScriptEvent().
| long Identifier | 
Identifies the type of the event.
| string ModuleName | 
Contains the name of the involved VBA module.