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

struct RemoteContentProviderChangeEvent
Base Hierarchy
RemoteContentProviderChangeEvent
 ┗ ::com::sun::star::lang::EventObject
Description
The description of a change to a ::com::sun::star::ucb::XRemoteContentProviderSupplier .

Elements' Summary
Identifier The identifier with which the remote content provider is registered at the ::com::sun::star::ucb::XRemoteContentProviderSupplier .  
Action An indicator whether a remote content provider has been added or removed.  
Elements' Details
Identifier
string Identifier;
Description
The identifier with which the remote content provider is registered at the ::com::sun::star::ucb::XRemoteContentProviderSupplier .
Action
::com::sun::star::ucb::RemoteContentProviderChangeAction Action;
Description
An indicator whether a remote content provider has been added or removed.
Top of Page