EApplication_Event.PresentationNewSlide Event
Occurs when a new slide is created in any open presentation, as the slide is added to the Slides collection.
Namespace: Microsoft.Office.Interop.PowerPoint
Assembly: Microsoft.Office.Interop.PowerPoint (in Microsoft.Office.Interop.PowerPoint.dll)
Syntax
'Declaration
Event PresentationNewSlide As EApplication_PresentationNewSlideEventHandler
'Usage
Dim instance As EApplication_Event
Dim handler As EApplication_PresentationNewSlideEventHandler
AddHandler instance.PresentationNewSlide, handler
event EApplication_PresentationNewSlideEventHandler PresentationNewSlide