Copy Task Event

P

Powers

Can anyone tell me which event in MS Project 2007 is fired when a user either
clicks the "Copy" off a context menu or does a ctrl-C from the keyboard? I
need to use that event to stop users from copying baseline tasks. I am using
VSTO coding with C#. I know there is a windows event, I am hoping to get to
the Project event because I need to create an add-in for Project. Thanks.
 
R

Rod Gill

There isn't a copy event. For Cut there may be a task delete event, but I
haven't tested that and after a paste there will be a beforetasknew event.

--

Rod Gill
Microsoft MVP for Project - http://www.project-systems.co.nz

Author of the only book on Project VBA, see: http://www.projectvbabook.com




Powers said:
Can anyone tell me which event in MS Project 2007 is fired when a user
either
clicks the "Copy" off a context menu or does a ctrl-C from the keyboard?
I
need to use that event to stop users from copying baseline tasks. I am
using
VSTO coding with C#. I know there is a windows event, I am hoping to get
to
the Project event because I need to create an add-in for Project. Thanks.

__________ Information from ESET Smart Security, version of virus
signature database 4791 (20100120) __________

The message was checked by ESET Smart Security.

http://www.eset.com

__________ Information from ESET Smart Security, version of virus signature database 4791 (20100120) __________

The message was checked by ESET Smart Security.

http://www.eset.com
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top