struct ListEvent in module com::sun::star::ucb::

(Global Index)

Syntax

struct ListEvent : com::sun::star::lang::EventObject ;

Description

specifies the type of event fired by an XDynamicResultSet

Field Summary

Changes If you apply the given 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.

Field Details



Changes

Syntax

sequence< com::sun::star::ucb::ListAction > Changes;

Description

If you apply the given 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