Hook into Open event in VSTO

A

angus404

I am developing a Project Add in using VSTO in C#. I would like to load a
form whenever a project is opened. How do I get to the open event handler.

I have successfully used events like ProjectBeforeSave and
ProjectBeforeTaskChange, but I can't find an event for Project Open.

Thanks
 
A

angus404

That article shows how to use the Project_Open event in VBA. I am already
doing that, and trying to get away from VBA. Is there any way to do it using
a VSTO add in?
 
S

Stephen Sanderlin

It doesn't look like the Open event exists at the Application level,
only at the Document level... meaning that it doesn't appear that you
can do this using VSTO.

Hopefully someone else either knows the solution or can confirm that
this is not possible with VSTO.

--
Stephen Sanderlin
Principal Consultant
MSProjectExperts

For Project Server Consulting: http://www.msprojectexperts.com
For Project Server Training: http://www.projectservertraining.com

Read my blog at: http://www.projectserverhelp.com
Join the community at: http://forums.epmfaq.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