:: com :: sun :: star :: linguistic2 ::

struct DictionaryListEvent
Base Hierarchy
DictionaryListEvent
 ┗ ::com::sun::star::lang::EventObject

Elements' Summary
nCondensedEvent the combined type of the accumulated events.  
aDictionaryEvents list of accumulated dictionary events.  
Elements' Details
nCondensedEvent
short nCondensedEvent;
Description
the combined type of the accumulated events.

The value can be the combination of multiple DictionaryListEventFlags by applying the logical OR to them.

See also
DictionaryListEventFlags
aDictionaryEvents
sequence< DictionaryEvent > aDictionaryEvents;
Description
list of accumulated dictionary events.

It will be empty if all XDictionaryListEventListener are satisfied with the condensed representation of the DictionaryListEvent::nCondensedEvent.

See also
DictionaryEvent
Top of Page