LibreOffice
LibreOffice 7.4 SDK API Reference
Public Attributes | List of all members
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. More...
 
string ModuleName
 Contains the name of the involved VBA module. More...
 
- Public Attributes inherited from EventObject
com::sun::star::uno::XInterface Source
 refers to the object that fired the event. More...
 

Detailed Description

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

See also
XVBACompatibility
XVBAScriptListener

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: