Application.SlideShowNextClick Event (PowerPoint)
Occurs on the next click of the slide.
Syntax
expression .SlideShowNextClick(Wn, nEffect)
expression A variable that represents an Application object.
Parameters
Name |
Required/Optional |
Data Type |
Description |
---|---|---|---|
Wn |
Required |
SlideShowWindow |
The slide show window initialized prior to this event. |
nEffect |
Required |
Effect |
The effect to animate on next click. |
Remarks
For information about using events with the Application object, see How to: Use Events with the Application Object.