:: com :: sun :: star :: document ::

interface XVbaEventsHelper

Methods' Summary
ProcessCompatibleVbaEvent Execute VBA compatible event. VbaEvent: Compatible VBA event id. aArgs: the array of input arguments. return: True if execute successfully, or False.  
Attributes' Summary
IgnoreEvents  
Methods' Details
ProcessCompatibleVbaEvent
boolean
ProcessCompatibleVbaEvent( [in] long  nEventId,
[in] sequence< any >  aArgs );

Description
Execute VBA compatible event. VbaEvent: Compatible VBA event id. aArgs: the array of input arguments. return: True if execute successfully, or False.
Attributes' Details
IgnoreEvents
boolean IgnoreEvents;
Top of Page