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