:: com :: sun :: star :: ucb ::

struct ListEvent
Base Hierarchy
ListEvent
 ┗ ::com::sun::star::lang::EventObject
Description
specifies the type of event fired by an ::com::sun::star::ucb::XDynamicResultSet

Elements' Summary
Changes If you apply the given ::com::sun::star::ucb::ListAction s one after the other to the old version of an resultset in given order, you will get the positions in the new version.  
Elements' Details
Changes
sequence< ::com::sun::star::ucb::ListAction > Changes;
Description
If you apply the given ::com::sun::star::ucb::ListAction s one after the other to the old version of an resultset in given order, you will get the positions in the new version.
Top of Page