ApplicationEvents4_ProtectedViewWindowOpenEventHandler Delegate
Office 2010
A Delegate type used to add an event handler for the ProtectedViewWindowOpen event. The ProtectedViewWindowOpen event occurs when a protected view window is opened.
Assembly: Microsoft.Office.Interop.Word (in Microsoft.Office.Interop.Word.dll)
[ComVisibleAttribute(false)] public delegate void ApplicationEvents4_ProtectedViewWindowOpenEventHandler( ProtectedViewWindow PvWindow )
Parameters
- PvWindow
- Type: Microsoft.Office.Interop.Word.ProtectedViewWindow
The protected view window that is opened.