ApplicationEvents4_Event.ProtectedViewWindowBeforeEdit Event
Occurs immediately before editing is enabled on the document in the specified protected view window.
Namespace: Microsoft.Office.Interop.Word
Assembly: Microsoft.Office.Interop.Word (in Microsoft.Office.Interop.Word.dll)
Syntax
'Declaration
Event ProtectedViewWindowBeforeEdit As ApplicationEvents4_ProtectedViewWindowBeforeEditEventHandler
'Usage
Dim instance As ApplicationEvents4_Event
Dim handler As ApplicationEvents4_ProtectedViewWindowBeforeEditEventHandler
AddHandler instance.ProtectedViewWindowBeforeEdit, handler
event ApplicationEvents4_ProtectedViewWindowBeforeEditEventHandler ProtectedViewWindowBeforeEdit
See Also
Reference
ApplicationEvents4_Event Interface