ApplicationEvents4_ProtectedViewWindowDeactivateEventHandler Delegate
A Delegate type used to add an event handler for the ProtectedViewWindowDeactivate event. The ProtectedViewWindowDeactivate event occurs when a protected view window is deactivated.
Namespace: Microsoft.Office.Interop.Word
Assembly: Microsoft.Office.Interop.Word (in Microsoft.Office.Interop.Word.dll)
Syntax
'Declaration
<ComVisibleAttribute(False)> _
Public Delegate Sub ApplicationEvents4_ProtectedViewWindowDeactivateEventHandler ( _
PvWindow As ProtectedViewWindow _
)
'Usage
Dim instance As New ApplicationEvents4_ProtectedViewWindowDeactivateEventHandler(AddressOf HandlerMethod)
[ComVisibleAttribute(false)]
public delegate void ApplicationEvents4_ProtectedViewWindowDeactivateEventHandler(
ProtectedViewWindow PvWindow
)
Parameters
- PvWindow
Type: Microsoft.Office.Interop.Word.ProtectedViewWindow
The deactivated protected view window.