Click or drag to resize

MacroPluginTemplatePropertyChanging Method

Called when a template property is about to be changed (since articy:draft 3.1.29 / MDK 1.7.0)

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

Parameters

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

Return Value

Type: Boolean
See Also