Application.PresentationBeforeClose Event (PowerPoint)
Represents a Presentation object before it closes.
Version Information
Version Added: PowerPoint 2010
Syntax
expression .PresentationBeforeClose(Pres, Cancel)
expression A variable that represents an Application object.
Parameters
Name |
Required/Optional |
Data Type |
Description |
---|---|---|---|
Pres |
Required |
Presentation |
The Presentation object. |
Cancel |
Required |
Boolean |
If set to True, the presentation will not close. |
Return Value
Nothing