MsoSyncEventType Enumeration

Specifies the return value of a Sync event.

Namespace:  Microsoft.Office.Core
Assembly:  office (in office.dll)

Syntax

'Declaration
Public Enumeration MsoSyncEventType
'Usage
Dim instance As MsoSyncEventType
public enum MsoSyncEventType

Members

Member name Description
msoSyncEventDownloadInitiated Download initiated.
msoSyncEventDownloadSucceeded Download succeeded.
msoSyncEventDownloadFailed Download failed.
msoSyncEventUploadInitiated Upload initiated.
msoSyncEventUploadSucceeded Upload succeeded.
msoSyncEventUploadFailed Upload failed.
msoSyncEventDownloadNoChange No change detected.
msoSyncEventOffline Offline.

Remarks

In Microsoft Word, used with the Sync event of the Document object or the DocumentSync event of the Application object.

In Microsoft Excel, used with the Sync event of the Workbook object or the WorkbookSync event of the Application object.

In Microsoft PowerPoint, used with the PresentationSync event of the Application object.

See Also

Reference

Microsoft.Office.Core Namespace