CoauthMergeEvent Members (Visio)

GitHub-Mark-64px

Contribute to this content

Use GitHub to suggest and submit changes. See our guidelines for contributing to VBA documentation.

Represents the merging of changes by various authors to a document or documents. Passed as a parameter to the Document.AfterDocumentMerge and Documents.AfterDocumentMerge events.

Properties

Name

Description

Application

Returns the instance of Microsoft Visio that is associated with an object. Read-only.

BaseDocument

Returns a Document object that represents the state of the original document before any changes by any users are merged into it. Read-only.

DownloadDocument

Returns a Document object that represents a document that includes changes from all users other than the current user. Read-only.

ObjectType

Returns the type of an object. Read-only.

Stat

Returns status information for an object. Read-only.

WorkingDocument

Returns a Document object that represents a merged document that includes changes by the current user only. Read-only.