19#ifndef __com_sun_star_accessibility_AccessibleEventObject_idl__
20#define __com_sun_star_accessibility_AccessibleEventObject_idl__
24module
com { module sun { module star { module accessibility {
Definition Ambiguous.idl:22
this struct describes an accessible event, that is broadcasted from the XAccessibleEventBroadcaster a...
Definition AccessibleEventObject.idl:35
short EventId
specifies the type of this event.
Definition AccessibleEventObject.idl:40
any NewValue
for events that specifies a value change, this is the new value.
Definition AccessibleEventObject.idl:47
any OldValue
for events that specifies a value change, this is the old value.
Definition AccessibleEventObject.idl:54
specifies the base for all event objects and identifies the source of the event.
Definition EventObject.idl:32