Click or drag to resize

MacroPluginObjectsPastedEx Method

called after the paste is complete. This call can distinguish the cases where the paste comes from a previous cut or copy operation

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

Parameters

aTarget
Type: Articy.ApiObjectProxy
the target container of the paste
aObjects
Type: System.Collections.GenericListObjectProxy
the newly pasted objects
aFromCut
Type: SystemBoolean
true if the paste was

Return Value

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