SelectionCopied event - it work?

Hi,
from the User Guide:
· SelectionCopied – the user just copied the selected objects
maybe i’m wrong or i’m missing something, but i expect to be called when the user select one or more objects, and press CTRL+C CTRL+V. I just tried to add this event to the Demo1 sample, but seems is never called. I’m using the version 2.2.2.
I need to make programmatic changes to the objects just copied, how i can do this?
Regards, David

I guess the description is ambiguous–that event is raised when the dragging tool makes a copy of the selection when the Control-key is held down.
Perhaps you are interested in the GoView.ClipboardPasted event?

Hi Walter, yes, i was interested on the ClipboardPasted :) thanks ;)