AppEvents_SinkHelper.ProtectedViewWindowBeforeClose Method
Namespace: Microsoft.Office.Interop.Excel
Assembly: Microsoft.Office.Interop.Excel (in Microsoft.Office.Interop.Excel.dll)
Syntax
'Declaration
Public Overridable Sub ProtectedViewWindowBeforeClose ( _
param0 As ProtectedViewWindow, _
param1 As XlProtectedViewCloseReason, _
ByRef param2 As Boolean _
)
'Usage
Dim instance As AppEvents_SinkHelper
Dim param0 As ProtectedViewWindow
Dim param1 As XlProtectedViewCloseReason
Dim param2 As Boolean
instance.ProtectedViewWindowBeforeClose(param0, _
param1, param2)
public virtual void ProtectedViewWindowBeforeClose(
ProtectedViewWindow param0,
XlProtectedViewCloseReason param1,
ref bool param2
)
Parameters
- param0
Type: Microsoft.Office.Interop.Excel.ProtectedViewWindow
- param2
Type: System.Boolean
Implements
AppEvents.ProtectedViewWindowBeforeClose(ProtectedViewWindow, XlProtectedViewCloseReason, Boolean)