EApplication_SlideShowBeginEventHandler 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 when you start a slide show.

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

Syntax

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

Parameters

Remarks

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.

See Also

Reference

Microsoft.Office.Interop.PowerPoint Namespace

SlideShowBegin