SlideShowBegin Event

SlideShowBegin Event

See Also         Example         Applies To

Occurs when you start a slide show. Microsoft PowerPoint creates the slide show window and passes it to this event. If one slide show branches to another, the SlideShowBegin event does not occur again when the second slide show begins.

Syntax

Private Sub application_SlideShowBegin(ByVal Wn As SlideShowWindow)

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.