MsoSyncEventType Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Specifies the return value of a Sync event.
public enum class MsoSyncEventType
public enum MsoSyncEventType
type MsoSyncEventType =
Public Enum MsoSyncEventType
- Inheritance
-
MsoSyncEventType
Fields
Name | Value | Description |
---|---|---|
msoSyncEventDownloadInitiated | 0 | Download initiated. |
msoSyncEventDownloadSucceeded | 1 | Download succeeded. |
msoSyncEventDownloadFailed | 2 | Download failed. |
msoSyncEventUploadInitiated | 3 | Upload initiated. |
msoSyncEventUploadSucceeded | 4 | Upload succeeded. |
msoSyncEventUploadFailed | 5 | Upload failed. |
msoSyncEventDownloadNoChange | 6 | No change detected. |
msoSyncEventOffline | 7 | 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.