LibreOffice
LibreOffice 7.4 SDK API Reference
Public Attributes | List of all members
AccessibleEventObject Struct Reference

this struct describes an accessible event, that is broadcasted from the XAccessibleEventBroadcaster and notified to XAccessibleEventListener. More...

import"AccessibleEventObject.idl";

Inheritance diagram for AccessibleEventObject:
EventObject

Public Attributes

short EventId
 specifies the type of this event. More...
 
any NewValue
 for events that specifies a value change, this is the new value. More...
 
any OldValue
 for events that specifies a value change, this is the old value. More...
 
- Public Attributes inherited from EventObject
com::sun::star::uno::XInterface Source
 refers to the object that fired the event. More...
 

Detailed Description

this struct describes an accessible event, that is broadcasted from the XAccessibleEventBroadcaster and notified to XAccessibleEventListener.

It is usually implemented by AccessibleContext.

Since
OOo 1.1.2

Member Data Documentation

◆ EventId

short EventId

specifies the type of this event.

For a list of possible events see AccessibleEventId.

◆ NewValue

any NewValue

for events that specifies a value change, this is the new value.

Depending on the EventId, this can be void.

◆ OldValue

any OldValue

for events that specifies a value change, this is the old value.

Depending on the EventId, this can be void.


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