script event that gets delivered whenever a script event takes place. More...
import "ScriptEvent.idl";
 
  
| Public Attributes | |
| string | ScriptType | 
| type of the script language as string; for example, "Basic" or "StarScript". | |
| string | ScriptCode | 
| script code as string. | |
|  Public Attributes inherited from AllEventObject | |
| any | Helper | 
| A helper value for the implementation that can be used arbitrarily. | |
| type | ListenerType | 
| contains the type of the original listener. | |
| string | MethodName | 
| The original method name on which the event was fired. | |
|  Public Attributes inherited from EventObject | |
| com::sun::star::uno::XInterface | Source | 
| refers to the object that fired the event. | |
| Additional Inherited Members | |
|  Public Types inherited from AllEventObject | |
| typedef sequence< any > | Arguments | 
| The arguments of the original method. | |
script event that gets delivered whenever a script event takes place.
For that to happen, a "ScriptEventDescriptor" must be registered at and attached to an object by an XEventAttacherManager.
| string ScriptCode | 
script code as string.
The code has to correspond with the language defined by ScriptType.
| string ScriptType | 
type of the script language as string; for example, "Basic" or "StarScript".