EApplication_SlideShowEndEventHandler Delegate
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
)