Skip to content
This repository has been archived by the owner on Nov 16, 2023. It is now read-only.

Latest commit

 

History

History
42 lines (24 loc) · 1.92 KB

documents-containerrelationshipadded-event-visio.md

File metadata and controls

42 lines (24 loc) · 1.92 KB
title keywords f1_keywords ms.prod api_name ms.assetid ms.date
Documents.ContainerRelationshipAdded Event (Visio)
vis_sdr.chm10662065
vis_sdr.chm10662065
visio
Visio.Documents.ContainerRelationshipAdded
8cc692b3-f079-0c9a-b2fe-f0e3fac83ec6
06/08/2017

Documents.ContainerRelationshipAdded Event (Visio)

Occurs when a new container relationship is added to the document.

Syntax

Private Sub expression _ContainerRelationshipAdded( By Val ShapePair As RelatedShapePairEvent )

expression A variable that represents a Documents object.

Parameters

Name Required/Optional Data Type Description
ShapePair Required RelatedShapePairEvent An object that represents the new container shape-pair relationship.

Remarks

The RelatedShapePairEvent object that this event returns contains two shapes: the container and the member, represented by the RelatedShapePairEvent.FromShapeID and the RelatedShapePairEvent.ToShapeID properties respectively.

If you are using Microsoft Visual Basic or Visual Basic for Applications (VBA), the syntax in this topic describes a common, efficient way to handle events.

If you want to create your own Event objects, use the EventList.Add or EventList.AddAdvise method. To create an Event object that runs an add-on, use the EventList.Add method. To create an Event object that receives notification, use the EventList.AddAdvise method. To find an event code for the event you want to create, seeEvent Codes.