EApplication_Event Members

Include Protected Members
Include Inherited Members

An interface in the Microsoft® .NET Framework that is created when processing a COM coclass that managed code requires to interoperate with the corresponding COM object. Use this interface to disambiguate when a method and an event on the COM object share the same name. Cast to this interface to connect to the event; cast to the primary interface to call the method. Otherwise, use the interface in the .NET Framework that is derived from the COM coclass to access methods, properties, and events of the COM object.

The EApplication_Event type exposes the following members.

Methods

  Name Description
Public method add_AfterNewPresentation Reserved for internal use.
Public method add_AfterPresentationOpen Reserved for internal use.
Public method add_ColorSchemeChanged Reserved for internal use.
Public method add_NewPresentation Reserved for internal use.
Public method add_PresentationBeforeClose Reserved for internal use.
Public method add_PresentationBeforeSave Reserved for internal use.
Public method add_PresentationClose Reserved for internal use.
Public method add_PresentationCloseFinal Reserved for internal use.
Public method add_PresentationNewSlide Reserved for internal use.
Public method add_PresentationOpen Reserved for internal use.
Public method add_PresentationPrint Reserved for internal use.
Public method add_PresentationSave Reserved for internal use.
Public method add_PresentationSync Reserved for internal use.
Public method add_ProtectedViewWindowActivate Reserved for internal use.
Public method add_ProtectedViewWindowBeforeClose Reserved for internal use.
Public method add_ProtectedViewWindowBeforeEdit Reserved for internal use.
Public method add_ProtectedViewWindowDeactivate Reserved for internal use.
Public method add_ProtectedViewWindowOpen Reserved for internal use.
Public method add_SlideSelectionChanged Reserved for internal use.
Public method add_SlideShowBegin Reserved for internal use.
Public method add_SlideShowEnd Reserved for internal use.
Public method add_SlideShowNextBuild Reserved for internal use.
Public method add_SlideShowNextClick Reserved for internal use.
Public method add_SlideShowNextSlide Reserved for internal use.
Public method add_SlideShowOnNext Reserved for internal use.
Public method add_SlideShowOnPrevious Reserved for internal use.
Public method add_WindowActivate Reserved for internal use.
Public method add_WindowBeforeDoubleClick Reserved for internal use.
Public method add_WindowBeforeRightClick Reserved for internal use.
Public method add_WindowDeactivate Reserved for internal use.
Public method add_WindowSelectionChange Reserved for internal use.
Public method remove_AfterNewPresentation Reserved for internal use.
Public method remove_AfterPresentationOpen Reserved for internal use.
Public method remove_ColorSchemeChanged Reserved for internal use.
Public method remove_NewPresentation Reserved for internal use.
Public method remove_PresentationBeforeClose Reserved for internal use.
Public method remove_PresentationBeforeSave Reserved for internal use.
Public method remove_PresentationClose Reserved for internal use.
Public method remove_PresentationCloseFinal Reserved for internal use.
Public method remove_PresentationNewSlide Reserved for internal use.
Public method remove_PresentationOpen Reserved for internal use.
Public method remove_PresentationPrint Reserved for internal use.
Public method remove_PresentationSave Reserved for internal use.
Public method remove_PresentationSync Reserved for internal use.
Public method remove_ProtectedViewWindowActivate Reserved for internal use.
Public method remove_ProtectedViewWindowBeforeClose Reserved for internal use.
Public method remove_ProtectedViewWindowBeforeEdit Reserved for internal use.
Public method remove_ProtectedViewWindowDeactivate Reserved for internal use.
Public method remove_ProtectedViewWindowOpen Reserved for internal use.
Public method remove_SlideSelectionChanged Reserved for internal use.
Public method remove_SlideShowBegin Reserved for internal use.
Public method remove_SlideShowEnd Reserved for internal use.
Public method remove_SlideShowNextBuild Reserved for internal use.
Public method remove_SlideShowNextClick Reserved for internal use.
Public method remove_SlideShowNextSlide Reserved for internal use.
Public method remove_SlideShowOnNext Reserved for internal use.
Public method remove_SlideShowOnPrevious Reserved for internal use.
Public method remove_WindowActivate Reserved for internal use.
Public method remove_WindowBeforeDoubleClick Reserved for internal use.
Public method remove_WindowBeforeRightClick Reserved for internal use.
Public method remove_WindowDeactivate Reserved for internal use.
Public method remove_WindowSelectionChange Reserved for internal use.

Top

Events

  Name Description
Public event AfterNewPresentation Occurs after a presentation is created.
Public event AfterPresentationOpen Occurs after an existing presentation is opened.
Public event ColorSchemeChanged Occurs after a color scheme is changed.
Public event NewPresentation Occurs after a presentation is created, as it is added to the Presentations collection.
Public event PresentationBeforeClose Represents a Presentation object before it closes.
Public event PresentationBeforeSave Occurs before a presentation is saved.
Public event PresentationClose Occurs immediately before any open presentation closes, as it is removed from the Presentations collection.
Public event PresentationCloseFinal Represents closing the final Presentation object.
Public event PresentationNewSlide Occurs when a new slide is created in any open presentation, as the slide is added to the Slides collection.
Public event PresentationOpen Occurs after an existing presentation is opened, as it is added to the Presentations collection.
Public event PresentationPrint Occurs before a presentation is printed.
Public event PresentationSave Occurs before any open presentation is saved.
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.
Public event ProtectedViewWindowActivate Occurs when any protected view window is activated.
Public event ProtectedViewWindowBeforeClose Occurs immediately before a protected view window or a document in a protected view window closes.
Public event ProtectedViewWindowBeforeEdit Occurs immediately before editing is enabled on the document in the specified protected view window.
Public event ProtectedViewWindowDeactivate Occurs when a protected view window is deactivated.
Public event ProtectedViewWindowOpen Occurs when a protected view window is opened.
Public event SlideSelectionChanged Occurs at different times depending on the current view.
Public event SlideShowBegin Occurs when you start a slide show.
Public event SlideShowEnd Occurs after a slide show ends, immediately after the last SlideShowNextSlide event occurs.
Public event SlideShowNextBuild Occurs upon mouse-click or timing animation, but before the animated object becomes visible.
Public event SlideShowNextClick Occurs on the next click of the slide.
Public event SlideShowNextSlide Occurs immediately before the transition to the next slide. For the first slide, occurs immediately after the SlideShowBegin event.
Public event SlideShowOnNext Occurs when the user clicks Next to move within the current slide.
Public event SlideShowOnPrevious Occurs when the user clicks Previous to move within the current slide.
Public event WindowActivate Occurs when the application window or any document window is activated.
Public event WindowBeforeDoubleClick Occurs when you double-click the items in the views listed in the following table.
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.
Public event WindowDeactivate Occurs when the application window or any document window is deactivated.
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.

Top

See Also

Reference

EApplication_Event Interface

Microsoft.Office.Interop.PowerPoint Namespace