Click or drag to resize

MacroPluginObjectsCopying Method

called to inform the plugin that the given objects are put into the clipboard

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

Parameters

aObjects
Type: System.Collections.GenericListObjectProxy
the objects
See Also