Share via


EApplication_SinkHelper.ProtectedViewWindowBeforeClose Method

Namespace:  Microsoft.Office.Interop.PowerPoint
Assembly:  Microsoft.Office.Interop.PowerPoint (in Microsoft.Office.Interop.PowerPoint.dll)

Syntax

'Declaration
Public Overridable Sub ProtectedViewWindowBeforeClose ( _
    param0 As ProtectedViewWindow, _
    param1 As PpProtectedViewCloseReason, _
    ByRef param2 As Boolean _
)
'Usage
Dim instance As EApplication_SinkHelper
Dim param0 As ProtectedViewWindow
Dim param1 As PpProtectedViewCloseReason
Dim param2 As Boolean

instance.ProtectedViewWindowBeforeClose(param0, _
    param1, param2)
public virtual void ProtectedViewWindowBeforeClose(
    ProtectedViewWindow param0,
    PpProtectedViewCloseReason param1,
    ref bool param2
)

Parameters

Implements

EApplication.ProtectedViewWindowBeforeClose(ProtectedViewWindow, PpProtectedViewCloseReason, Boolean)

See Also

Reference

EApplication_SinkHelper Class

EApplication_SinkHelper Members

Microsoft.Office.Interop.PowerPoint Namespace