Click or drag to resize

MacroPluginProjectUnloaded Method

Called when the project was unloaded. Can be used to free resources. Any access to objects will fail.

Namespace:  Articy.Api.Plugins
Assembly:  ArticyApp (in ArticyApp.dll) Version: 1.0.0
Syntax
C#
public virtual void ProjectUnloaded()
See Also