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

(Global Index)

Syntax

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

Description

The description of a change to a XRemoteContentProviderSupplier .

Field 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.

Field Details



Identifier

Syntax

string Identifier;

Description

The identifier with which the remote content provider is registered at the XRemoteContentProviderSupplier .


Action

Syntax

com::sun::star::ucb::RemoteContentProviderChangeAction Action;

Description

An indicator whether a remote content provider has been added or removed.

Top of Page