:: com :: sun :: star :: datatransfer :: clipboard ::

struct ClipboardEvent
Base Hierarchy
ClipboardEvent
 ┗ ::com::sun::star::lang::EventObject
Description
A clipboard uses this object to notify its listeners of content changes.
See also
XClipboardListener

Elements' Summary
Contents The current content of the clipboard.  
Elements' Details
Contents
::com::sun::star::datatransfer::XTransferable Contents;
Description
The current content of the clipboard.
Top of Page