EApplication_Event.PresentationSync Event
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.
Namespace: Microsoft.Office.Interop.PowerPoint
Assembly: Microsoft.Office.Interop.PowerPoint (in Microsoft.Office.Interop.PowerPoint.dll)
Syntax
'Declaration
Event PresentationSync As EApplication_PresentationSyncEventHandler
'Usage
Dim instance As EApplication_Event
Dim handler As EApplication_PresentationSyncEventHandler
AddHandler instance.PresentationSync, handler
event EApplication_PresentationSyncEventHandler PresentationSync