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

enum RemoteContentProviderChangeAction
Description
An indication used in a RemoteContentProviderChangeEvent to specify whether a remote content provider has been added to or removed from an XRemoteContentProviderSupplier.

Values
ADDED The indicator that a remote content provider has been added.  
REMOVED The indicator that a remote content provider has been removed.  
Values' Details
ADDED
ADDED,
Description
The indicator that a remote content provider has been added.
REMOVED
REMOVED,
Description
The indicator that a remote content provider has been removed.
Top of Page