IApplicationEvents4.ProtectedViewWindowBeforeEdit Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
public:
void ProtectedViewWindowBeforeEdit(Microsoft::Office::Interop::Word::ProtectedViewWindow ^ PvWindow, [Runtime::InteropServices::Out] bool % Cancel);
public void ProtectedViewWindowBeforeEdit (Microsoft.Office.Interop.Word.ProtectedViewWindow PvWindow, out bool Cancel);
abstract member ProtectedViewWindowBeforeEdit : Microsoft.Office.Interop.Word.ProtectedViewWindow * bool -> unit
Public Sub ProtectedViewWindowBeforeEdit (PvWindow As ProtectedViewWindow, ByRef Cancel As Boolean)
Parameters
- PvWindow
- ProtectedViewWindow
- Cancel
- Boolean