IApplicationEvents4.ProtectedViewWindowBeforeEdit Method

Namespace:  Microsoft.Office.Interop.Word
Assembly:  Microsoft.Office.Interop.Word (in Microsoft.Office.Interop.Word.dll)

Syntax

'Declaration
Sub ProtectedViewWindowBeforeEdit ( _
    PvWindow As ProtectedViewWindow, _
    <OutAttribute> ByRef Cancel As Boolean _
)
'Usage
Dim instance As IApplicationEvents4
Dim PvWindow As ProtectedViewWindow
Dim Cancel As Boolean

instance.ProtectedViewWindowBeforeEdit(PvWindow, _
    Cancel)
void ProtectedViewWindowBeforeEdit(
    ProtectedViewWindow PvWindow,
    out bool Cancel
)

Parameters

See Also

Reference

IApplicationEvents4 Interface

IApplicationEvents4 Members

Microsoft.Office.Interop.Word Namespace