Lines Matching refs:event
37 /** Executes VBA event handlers.
43 /** Returns whether a VBA event handler exists.
46 The identifier of the event. Must be a constant from <type>VBAEventId</type>.
49 Additional arguments needed to identify some event handlers, e.g. a
53 <TRUE/>, if the VBA event handler exists.
56 if the passed event identifier is not supported, or if the passed
64 /** Executes a VBA event handler.
67 The identifier of the event. Must be a constant from <type>VBAEventId</type>.
71 event handler.
74 <TRUE/>, if event handing is enabled, and the event handler macro
78 if the passed event identifier is not supported, or if the passed
80 event.
83 if the VBA event handler has indicated to veto the event.