EApplication_SlideShowEndEventHandler 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 after a slide show ends, immediately after the last SlideShowNextSlide event occurs.

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

Syntax

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

Parameters

Remarks

The SlideShowEnd event always occurs before a slide show ends if the SlideShowBegin event has occurred. You can use the SlideShowEnd event to return any property settings and variable initializations that occur in the SlideShowBegin event to their original settings.

See Also

Reference

Microsoft.Office.Interop.PowerPoint Namespace

SlideShowEnd