Expand Minimize
This topic has not yet been rated - Rate this topic

EApplication_PresentationOpenEventHandler Delegate

Office 2010

A delegate for an event in the corresponding object. After you implement a callback method for the event, use this delegate to connect the callback method to the event.

Occurs after an existing presentation is opened, as it is added to the Presentations collection.

Namespace:  Microsoft.Office.Interop.PowerPoint
Assembly:  Microsoft.Office.Interop.PowerPoint (in Microsoft.Office.Interop.PowerPoint.dll)
[ComVisibleAttribute(false)]
public delegate void EApplication_PresentationOpenEventHandler(
	Presentation Pres
)

Parameters

Pres
Type: Microsoft.Office.Interop.PowerPoint.Presentation
The presentation that is opened.
Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.