EApplication_SinkHelper.AfterNewPresentation Method
Namespace: Microsoft.Office.Interop.PowerPoint
Assembly: Microsoft.Office.Interop.PowerPoint (in Microsoft.Office.Interop.PowerPoint.dll)
Syntax
'Declaration
Public Overridable Sub AfterNewPresentation ( _
param0 As Presentation _
)
'Usage
Dim instance As EApplication_SinkHelper
Dim param0 As Presentation
instance.AfterNewPresentation(param0)
public virtual void AfterNewPresentation(
Presentation param0
)
Parameters
- param0
Type: Microsoft.Office.Interop.PowerPoint.Presentation
Implements
EApplication.AfterNewPresentation(Presentation)