AppEvents_Event.remove_ProtectedViewWindowDeactivate Method
Reserved for internal use.
Namespace: Microsoft.Office.Interop.Excel
Assembly: Microsoft.Office.Interop.Excel (in Microsoft.Office.Interop.Excel.dll)
Syntax
'Declaration
Sub remove_ProtectedViewWindowDeactivate ( _
param0 As AppEvents_ProtectedViewWindowDeactivateEventHandler _
)
'Usage
Dim instance As AppEvents_Event
Dim param0 As AppEvents_ProtectedViewWindowDeactivateEventHandler
instance.remove_ProtectedViewWindowDeactivate(param0)
void remove_ProtectedViewWindowDeactivate(
AppEvents_ProtectedViewWindowDeactivateEventHandler param0
)