Share via


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

Implements

EApplication.PresentationBeforeClose(Presentation, Boolean)

See Also

Reference

EApplication_SinkHelper Class

EApplication_SinkHelper Members

Microsoft.Office.Interop.PowerPoint Namespace