Click or drag to resize

MacroPluginObjectsDeleting Method

Called when the list of objects are about to be deleted from the project. Called before the operation to use the given still valid objects

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

Parameters

aObjects
Type: System.Collections.GenericListObjectProxy
See Also