Share via


Application Events

Include Protected Members
Include Inherited Members

The Application type exposes the following members.

Events

  Name Description
Public event AfterNewPresentation Occurs after a presentation is created. (Inherited from EApplication_Event.)
Public event AfterPresentationOpen Occurs after an existing presentation is opened. (Inherited from EApplication_Event.)
Public event ColorSchemeChanged Occurs after a color scheme is changed. (Inherited from EApplication_Event.)
Public event NewPresentation Occurs after a presentation is created, as it is added to the Presentations collection. (Inherited from EApplication_Event.)
Public event PresentationBeforeClose Represents a Presentation object before it closes. (Inherited from EApplication_Event.)
Public event PresentationBeforeSave Occurs before a presentation is saved. (Inherited from EApplication_Event.)
Public event PresentationClose Occurs immediately before any open presentation closes, as it is removed from the Presentations collection. (Inherited from EApplication_Event.)
Public event PresentationCloseFinal Represents closing the final Presentation object. (Inherited from EApplication_Event.)
Public event PresentationNewSlide Occurs when a new slide is created in any open presentation, as the slide is added to the Slides collection. (Inherited from EApplication_Event.)
Public event PresentationOpen Occurs after an existing presentation is opened, as it is added to the Presentations collection. (Inherited from EApplication_Event.)
Public event PresentationPrint Occurs before a presentation is printed. (Inherited from EApplication_Event.)
Public event PresentationSave Occurs before any open presentation is saved. (Inherited from EApplication_Event.)
Public event PresentationSync Occurs when the local copy of a presentation that is part of a Document Workspace is synchronized with the copy on the server. Provides important status information regarding the success or failure of the synchronization of the presentation. (Inherited from EApplication_Event.)
Public event ProtectedViewWindowActivate Occurs when any protected view window is activated. (Inherited from EApplication_Event.)
Public event ProtectedViewWindowBeforeClose Occurs immediately before a protected view window or a document in a protected view window closes. (Inherited from EApplication_Event.)
Public event ProtectedViewWindowBeforeEdit Occurs immediately before editing is enabled on the document in the specified protected view window. (Inherited from EApplication_Event.)
Public event ProtectedViewWindowDeactivate Occurs when a protected view window is deactivated. (Inherited from EApplication_Event.)
Public event ProtectedViewWindowOpen Occurs when a protected view window is opened. (Inherited from EApplication_Event.)
Public event SlideSelectionChanged Occurs at different times depending on the current view. (Inherited from EApplication_Event.)
Public event SlideShowBegin Occurs when you start a slide show. (Inherited from EApplication_Event.)
Public event SlideShowEnd Occurs after a slide show ends, immediately after the last SlideShowNextSlide event occurs. (Inherited from EApplication_Event.)
Public event SlideShowNextBuild Occurs upon mouse-click or timing animation, but before the animated object becomes visible. (Inherited from EApplication_Event.)
Public event SlideShowNextClick Occurs on the next click of the slide. (Inherited from EApplication_Event.)
Public event SlideShowNextSlide Occurs immediately before the transition to the next slide. For the first slide, occurs immediately after the SlideShowBegin event. (Inherited from EApplication_Event.)
Public event SlideShowOnNext Occurs when the user clicks Next to move within the current slide. (Inherited from EApplication_Event.)
Public event SlideShowOnPrevious Occurs when the user clicks Previous to move within the current slide. (Inherited from EApplication_Event.)
Public event WindowActivate Occurs when the application window or any document window is activated. (Inherited from EApplication_Event.)
Public event WindowBeforeDoubleClick Occurs when you double-click the items in the views listed in the following table. (Inherited from EApplication_Event.)
Public event WindowBeforeRightClick Occurs when you right-click a shape, a slide, a notes page, or some text. This event is triggered by the MouseUp event. (Inherited from EApplication_Event.)
Public event WindowDeactivate Occurs when the application window or any document window is deactivated. (Inherited from EApplication_Event.)
Public event WindowSelectionChange Occurs when the selection of text, a shape, or a slide in the active document window changes, whether in the user interface or in code. (Inherited from EApplication_Event.)

Top

See Also

Reference

Application Interface

Microsoft.Office.Interop.PowerPoint Namespace