Click or drag to resize

MacroPluginObjectsRelocated Method

called after the relocate

Namespace:  Articy.Api.Plugins
Assembly:  ArticyApp (in ArticyApp.dll) Version: 1.0.0
Syntax
C#
public virtual bool ObjectsRelocated(
	ObjectProxy aTarget,
	List<ObjectProxy> aObjects
)

Parameters

aTarget
Type: Articy.ApiObjectProxy
the new target container
aObjects
Type: System.Collections.GenericListObjectProxy
the object that were relocated, now at their new destination

Return Value

Type: Boolean
true if the operation is save for undo/redo, false otherwise
See Also