Skip to content

Latest commit

 

History

History
48 lines (28 loc) · 1.79 KB

Visio.Page.CalloutRelationshipAdded.md

File metadata and controls

48 lines (28 loc) · 1.79 KB
title keywords f1_keywords api_name ms.assetid ms.date ms.localizationpriority
Page.CalloutRelationshipAdded event (Visio)
vis_sdr.chm10962075
vis_sdr.chm10962075
Visio.Page.CalloutRelationshipAdded
b5181cd5-e763-a25c-abdc-3b32d2c902a0
06/08/2017
medium

Page.CalloutRelationshipAdded event (Visio)

Occurs when a new callout relationship is added to the page.

Syntax

expression.CalloutRelationshipAdded (ShapePair)

expression A variable that represents a Page object.

Parameters

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

Remarks

The RelatedShapePairEvent object returned by this event contains two shapes: the callout, represented by the FromShapeID property of the RelatedShapePairEvent object; and the target shape, represented by the ToShapeID property.

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 Add or AddAdvise method.

To create an Event object that runs an add-on, use the Add method as it applies to the EventList collection.

To create an Event object that receives notification, use the AddAdvise method.

To find an event code for the event that you want to create, see Event codes.

[!includeSupport and feedback]