Click here to Skip to main content
15,889,867 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
Hi,

I'm currently building an add-in for Project 2013 and need to capture the file print event.

As far as I know, the only available event handlers are Application.ProjectBeforePrint and Project.BeforePrint, but both seems to get invoked when:

1. Clicking on the Print option within the File tab (this brings up the screen where you get to choose the printer, and settings, etc.

2. Clicking on the Print button (this will actually print the document)


I only need to capture the event when the Print button is clicked (item 2 above).

Does anyone have any idea on how this can be done?

Thanks!!!
Posted
Comments
[no name] 24-Jun-14 9:29am    
See this link- https://www.youtube.com/watch?v=8MeNU1CEhlY

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900