Click or drag to resize

MacroPluginTemplateChanged Method

called after an object gets a new template.

Namespace:  Articy.Api.Plugins
Assembly:  ArticyApp (in ArticyApp.dll) Version: 1.0.0
Syntax
C#
public virtual bool TemplateChanged(
	ObjectProxy aObject
)

Parameters

aObject
Type: Articy.ApiObjectProxy
the object whose template was changed

Return Value

Type: Boolean
See Also