C++
virtual BOOL Copy( const CAcTcUiCatalogViewItemArray& itemsCopied, IDataObject* pDataObject );
Description
This function is called by the catalog view when the items are copied to the Clipboard. It provides an opportunity for derived classes to copy the item's data to the Clipboard.
Returns true if successful; otherwise, returns false.
Parameters
Parameters | Description |
---|---|
itemsCopied | Input array of items being copied |
pDataObject | Input data object |