Share via


MsoSyncEventType Enumeration 

Specifies the return value of a Sync event.

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

Usage

Dim msoSyncEventType1 As MsoSyncEventType = MsoSyncEventType.msoSyncEventDownloadFailed

Syntax

Public Enum MsoSyncEventType
public enum MsoSyncEventType
public enum class MsoSyncEventType
public enum MsoSyncEventType
public enum MsoSyncEventType

Members

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

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.

Platforms

Development Platforms

Windows XP Home Edition, Windows XP Professional, Windows Server 2003, and Windows 2000

Target Platforms

See Also

Reference

Microsoft.Office.Core Namespace