EApplication_PresentationSyncEventHandler Delegate
Office 2010
A delegate for an event in the corresponding object. After you implement a callback method for the event, use this delegate to connect the callback method to the 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)
Parameters
- Pres
- Type: Microsoft.Office.Interop.PowerPoint.Presentation
The presentation that is being synchronized.
- SyncEventType
- Type: Microsoft.Office.Core.MsoSyncEventType
The status of the synchronization.
The SyncEventType parameter value can be one of these MsoSyncEventType constants.
Show: