标签: c# powerpoint add-in
所以我在应用程序级别找到了PowerPoint 2007事件处理程序。
For example even Application.PresentationPrint
但真正的问题是,如何使用事件处理程序“Application.AfterPresentationPrint” ,我可以使用它吗? 为了告诉你我的场景,我想要的是将动态文本插入到几个文本框中。完成印刷后的演示文稿
我从哪里开始?
我正在使用c#2010和power point 2007。