EApplication_SinkHelper.PresentationBeforeClose Method
Namespace: Microsoft.Office.Interop.PowerPoint
Assembly: Microsoft.Office.Interop.PowerPoint (in Microsoft.Office.Interop.PowerPoint.dll)
Syntax
'Declaration
Public Overridable Sub PresentationBeforeClose ( _
param0 As Presentation, _
ByRef param1 As Boolean _
)
'Usage
Dim instance As EApplication_SinkHelper
Dim param0 As Presentation
Dim param1 As Boolean
instance.PresentationBeforeClose(param0, _
param1)
public virtual void PresentationBeforeClose(
Presentation param0,
ref bool param1
)
Parameters
- param0
Type: Microsoft.Office.Interop.PowerPoint.Presentation
- param1
Type: System.Boolean
Implements
EApplication.PresentationBeforeClose(Presentation, Boolean)