SlideShowNextClick Event

Microsoft PowerPoint Visual Basic

Show All

SlideShowNextClick Event

       

Occurs on the next click on the slide.

Private Sub application_SlideShowNextClick(ByVal Wn As SlideShowWindow, ByVal nEffect As Effect)

application   An object of type Application declared with events in a class module. For information about using events with the Application object, see Using Events with the Application Object.

Wn   The slide show window initialized prior to this event.

nEffect   The effect to animate on next click.