| |
IERUSEvent_ItemCopyThis interface contains information that is specific to the Copy Item Before and After events. It is implemented by the same object that implements the IERUSynchronousEvent interface that is passed to the event handler in the HandleEvent method. If an item is copied and then pasted to another facility via the eRoom user interface (in the browser), you will get an item copy event for each item, but the ::CopyItem property will return nothing as the item is potentially remote. In this case, the ::CopyItemURL property will return the source item’s URL. If the operation was a cut, you will also get a Delete event on the server that contains the remote item. You will not receive ItemMove events when items are cut/paste across facilities. |
Home Methods |