Click or drag to resize

MacroPluginTemplatePropertyChanged Method

Called when a template property has changed

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

Parameters

aObject
Type: Articy.ApiObjectProxy
the object on which the template property was changed
aPropertyName
Type: SystemString

Return Value

Type: Boolean
See Also