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
- param2
Type: System.Boolean