Click or drag to resize

MacroPluginProjectLoaded Method

called directly after a project was loaded.

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

Return Value

Type: Boolean
return false if you want to deactivate the plugin for the loaded project.
See Also