AppEvents_Event.ProtectedViewWindowOpen Event
Occurs when a workbook is opened in a Protected View window.
Namespace: Microsoft.Office.Interop.Excel
Assembly: Microsoft.Office.Interop.Excel (in Microsoft.Office.Interop.Excel.dll)
Syntax
'Declaration
Event ProtectedViewWindowOpen As AppEvents_ProtectedViewWindowOpenEventHandler
'Usage
Dim instance As AppEvents_Event
Dim handler As AppEvents_ProtectedViewWindowOpenEventHandler
AddHandler instance.ProtectedViewWindowOpen, handler
event AppEvents_ProtectedViewWindowOpenEventHandler ProtectedViewWindowOpen