Click or drag to resize

MacroPluginObjectsDeleted Method

called after the delete has be done

Namespace:  Articy.Api.Plugins
Assembly:  ArticyApp (in ArticyApp.dll) Version: 1.0.0
Syntax
C#
public virtual bool ObjectsDeleted(
	List<ulong> aRemovedObjectIds
)

Parameters

aRemovedObjectIds
Type: System.Collections.GenericListUInt64

Return Value

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