EApplication_SlideShowNextSlideEventHandler Delegate

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 immediately before the transition to the next slide. For the first slide, occurs immediately after the SlideShowBegin event.

Namespace:  Microsoft.Office.Interop.PowerPoint
Assembly:  Microsoft.Office.Interop.PowerPoint (in Microsoft.Office.Interop.PowerPoint.dll)

Syntax

'Declaration
<ComVisibleAttribute(False)> _
Public Delegate Sub EApplication_SlideShowNextSlideEventHandler ( _
    Wn As SlideShowWindow _
)
'Usage
Dim instance As New EApplication_SlideShowNextSlideEventHandler(AddressOf HandlerMethod)
[ComVisibleAttribute(false)]
public delegate void EApplication_SlideShowNextSlideEventHandler(
    SlideShowWindow Wn
)

Parameters

See Also

Reference

Microsoft.Office.Interop.PowerPoint Namespace

SlideShowNextSlide