ApplicationEvents4_SinkHelper.ProtectedViewWindowBeforeEdit Method
Namespace: Microsoft.Office.Interop.Word
Assembly: Microsoft.Office.Interop.Word (in Microsoft.Office.Interop.Word.dll)
Syntax
'Declaration
Public Overridable Sub ProtectedViewWindowBeforeEdit ( _
param0 As ProtectedViewWindow, _
ByRef param1 As Boolean _
)
'Usage
Dim instance As ApplicationEvents4_SinkHelper
Dim param0 As ProtectedViewWindow
Dim param1 As Boolean
instance.ProtectedViewWindowBeforeEdit(param0, _
param1)
public virtual void ProtectedViewWindowBeforeEdit(
ProtectedViewWindow param0,
ref bool param1
)
Parameters
- param0
Type: Microsoft.Office.Interop.Word.ProtectedViewWindow
- param1
Type: System.Boolean%
Implements
ApplicationEvents4.ProtectedViewWindowBeforeEdit(ProtectedViewWindow, Boolean%)
See Also
Reference
ApplicationEvents4_SinkHelper Class