|
Syntax
long Action;
Description
The action.
The value can be one of the ContentAction constants.
Syntax
com::sun::star::ucb::XContent Content;
Description
The content to that the action is related (e.g., the content that was
just physically destroyed, the content that was just inserted into a
folder content).
This member must be filled as follows:
Syntax
com::sun::star::ucb::XContentIdentifier Id;
Description
A content identifier, which must be filled according to the action
notified (e.g., the id of the folder content into which another content
was inserted).
This member must be filled as follows:
|