Click or drag to resize

MacroPluginTemplateChanging Method

called before an object gets a new template.

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

Parameters

aObject
Type: Articy.ApiObjectProxy
the object whose template is about to be changed
aNewTemplate
Type: Articy.ApiObjectProxy
the new template object or null if the template is about to be removed

Return Value

Type: Boolean
See Also