EApplication_PresentationNewSlideEventHandler 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_PresentationNewSlideEventHandler ( _
    Sld As Slide _
)
'Usage
Dim instance As New EApplication_PresentationNewSlideEventHandler(AddressOf HandlerMethod)
[ComVisibleAttribute(false)]
public delegate void EApplication_PresentationNewSlideEventHandler(
    Slide Sld
)

Parameters

See Also

Reference

Microsoft.Office.Interop.PowerPoint Namespace