Click or drag to resize

MacroPluginObjectsRelocating Method

called before the relocate

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

Parameters

aTarget
Type: Articy.ApiObjectProxy
the new target container
aObjects
Type: System.Collections.GenericListObjectProxy
the object to be relocated, but still at their source place
See Also