EApplication_ProtectedViewWindowBeforeEditEventHandler Delegate

Office 2010

A delegate for an event in the corresponding object. After you implement a callback method for the event, use this delegate to connect the callback method to the event.

Occurs immediately before editing is enabled on the document in the specified protected view window.

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

No code example is currently available or this language may not be supported.

Parameters

ProtViewWindow
Type: Microsoft.Office.Interop.PowerPoint.ProtectedViewWindow
The protected view window that contains the document that is enabled for editing.
Cancel
Type: System.Boolean
false when the event occurs. If the event procedure sets this argument to true, editing is not enabled on the document.
Show: