EApplication_SlideShowNextClickEventHandler 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 on the next click of the slide.
Namespace: Microsoft.Office.Interop.PowerPoint
Assembly: Microsoft.Office.Interop.PowerPoint (in Microsoft.Office.Interop.PowerPoint.dll)
Syntax
'Declaration
<ComVisibleAttribute(False)> _
Public Delegate Sub EApplication_SlideShowNextClickEventHandler ( _
Wn As SlideShowWindow, _
nEffect As Effect _
)
'Usage
Dim instance As New EApplication_SlideShowNextClickEventHandler(AddressOf HandlerMethod)
[ComVisibleAttribute(false)]
public delegate void EApplication_SlideShowNextClickEventHandler(
SlideShowWindow Wn,
Effect nEffect
)
Parameters
- Wn
Type: Microsoft.Office.Interop.PowerPoint.SlideShowWindow
The slide show window initialized prior to this event.
- nEffect
Type: Microsoft.Office.Interop.PowerPoint.Effect
The effect to animate on next click.