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