:: com :: sun :: star :: form :: binding ::

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

Elements' Summary
Position denotes the position where a change occurred.  
Count denotes the number of changed entries, in case a change of an entry range is being notified.  
Entries denotes the changed entries  
Elements' Details
Position
long Position;
Description
denotes the position where a change occurred.

The concrete semantics of the value depends on the concrete event being notified.

Count
long Count;
Description
denotes the number of changed entries, in case a change of an entry range is being notified.
Entries
sequence< string > Entries;
Description
denotes the changed entries

The concrete semantics of the value depends on the concrete event being notified.

Top of Page