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