ApplicationEvents4.ProtectedViewWindowBeforeClose 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 ProtectedViewWindowBeforeClose(Microsoft::Office::Interop::Word::ProtectedViewWindow ^ PvWindow, int CloseReason, [Runtime::InteropServices::Out] bool % Cancel);
public void ProtectedViewWindowBeforeClose (Microsoft.Office.Interop.Word.ProtectedViewWindow PvWindow, int CloseReason, out bool Cancel);
abstract member ProtectedViewWindowBeforeClose : Microsoft.Office.Interop.Word.ProtectedViewWindow * int * bool -> unit
Public Sub ProtectedViewWindowBeforeClose (PvWindow As ProtectedViewWindow, CloseReason As Integer, ByRef Cancel As Boolean)
Parameters
- PvWindow
- ProtectedViewWindow
- CloseReason
- Int32
- Cancel
- Boolean