IAppEvents.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::Excel::ProtectedViewWindow ^ Pvw, Microsoft::Office::Interop::Excel::XlProtectedViewCloseReason Reason, [Runtime::InteropServices::Out] bool % Cancel);
public void ProtectedViewWindowBeforeClose (Microsoft.Office.Interop.Excel.ProtectedViewWindow Pvw, Microsoft.Office.Interop.Excel.XlProtectedViewCloseReason Reason, out bool Cancel);
Public Sub ProtectedViewWindowBeforeClose (Pvw As ProtectedViewWindow, Reason As XlProtectedViewCloseReason, ByRef Cancel As Boolean)
Parameters
- Reason
- XlProtectedViewCloseReason
- Cancel
- Boolean