EApplication.ProtectedViewWindowBeforeClose Method
A member of an event interface in a COM coclass; not intended to be used in your code.
Namespace: Microsoft.Office.Interop.PowerPoint
Assembly: Microsoft.Office.Interop.PowerPoint (in Microsoft.Office.Interop.PowerPoint.dll)
Syntax
'Declaration
Sub ProtectedViewWindowBeforeClose ( _
ProtViewWindow As ProtectedViewWindow, _
ProtectedViewCloseReason As PpProtectedViewCloseReason, _
<OutAttribute> ByRef Cancel As Boolean _
)
'Usage
Dim instance As EApplication
Dim ProtViewWindow As ProtectedViewWindow
Dim ProtectedViewCloseReason As PpProtectedViewCloseReason
Dim Cancel As Boolean
instance.ProtectedViewWindowBeforeClose(ProtViewWindow, _
ProtectedViewCloseReason, Cancel)
void ProtectedViewWindowBeforeClose(
ProtectedViewWindow ProtViewWindow,
PpProtectedViewCloseReason ProtectedViewCloseReason,
out bool Cancel
)
Parameters
- ProtViewWindow
Type: Microsoft.Office.Interop.PowerPoint.ProtectedViewWindow
- ProtectedViewCloseReason
Type: Microsoft.Office.Interop.PowerPoint.PpProtectedViewCloseReason
- Cancel
Type: System.Boolean