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

struct RemoteContentProviderChangeEvent
Base Hierarchy
::com::sun::star::lang::EventObject
 |
 +-RemoteContentProviderChangeEvent
Description
The description of a change to a XRemoteContentProviderSupplier .

Elements' Summary
Identifier The identifier with which the remote content provider is registered at the 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 XRemoteContentProviderSupplier .
Action
RemoteContentProviderChangeAction Action;
Description
An indicator whether a remote content provider has been added or removed.
Top of Page