Application.ProtectedViewWindowBeforeEdit event (PowerPoint)
Occurs immediately before editing is enabled on the document in the specified Protected View window.
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
See also
Support and feedback
Have questions or feedback about Office VBA or this documentation? Please see Office VBA support and feedback for guidance about the ways you can receive support and provide feedback.