LibreOffice
LibreOffice 24.8 SDK API Reference
 
Loading...
Searching...
No Matches
VBAScriptEvent Struct Reference

Describes a VBA script event fired via XVBACompatibility::broadcastVBAScriptEvent(), and received by XVBAScriptListener::notifyVBAScriptEvent(). More...

import "VBAScriptEvent.idl";

Inheritance diagram for VBAScriptEvent:
EventObject

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.
 

Detailed Description

Member Data Documentation

◆ Identifier

long Identifier

Identifies the type of the event.

See also
VBAScriptEventId

◆ ModuleName

string ModuleName

Contains the name of the involved VBA module.

See also
VBAScriptEventId

The documentation for this struct was generated from the following file: