MsoSyncEventType Enum

Definition

Specifies the return value of a Sync event.

public enum class MsoSyncEventType
public enum MsoSyncEventType
type MsoSyncEventType = 
Public Enum MsoSyncEventType
Inheritance
MsoSyncEventType

Fields

msoSyncEventDownloadFailed 2

Download failed.

msoSyncEventDownloadInitiated 0

Download initiated.

msoSyncEventDownloadNoChange 6

No change detected.

msoSyncEventDownloadSucceeded 1

Download succeeded.

msoSyncEventOffline 7

Offline.

msoSyncEventUploadFailed 5

Upload failed.

msoSyncEventUploadInitiated 3

Upload initiated.

msoSyncEventUploadSucceeded 4

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.

Applies to