Application.ProtectedViewWindowBeforeEdit Event (PowerPoint)
Occurs immediately before editing is enabled on the document in the specified protected view window.
Version Information
Version Added: PowerPoint 2010
Syntax
expression .ProtectedViewWindowBeforeEdit(ProtViewWindow, Cancel)
expression A variable that represents an Application object.
Parameters
Name |
Required/Optional |
Data Type |
Description |
---|---|---|---|
ProtViewWindow |
Required |
ProtectedViewWindow |
The protected view window that contains the document that is enabled for editing. |
Cancel |
Required |
Boolean |
False when the event occurs. If the event procedure sets this argument to True, editing is not enabled on the document. |
Return Value
Nothing