Product Documentation
Virtuoso Studio Design Environment SKILL Reference
Product Version IC23.1, November 2023

deoOnApplicationChange

deoOnApplicationChange(
g_application
l_args
)
=> g_value

Description

An event notification function called when data or application changes in a window, such as when a user opens new data or installs a new application in a window, traverses down or up a design hierarchy, or opens another cellview. This function is called for all active plugins at the same time the DE change-application-trigger is called. The order in which calls are made to all deoOnApplicationChange functions is not defined.

Arguments

g_application

Specifies an instance (stdobj) of the plugin.

l_args

Single argument, which is a disembodied property list. The trigger argument (l_args) for DE plugin is very similar to the Trigger Argument given to DE main application triggers. In addition to the properties for DE main application menu triggers, two new values are added for the args->action property, they are 'activate, and 'deactivate. These are used for installing and removing a plugin in a window, respectively.

Value Returned

g_value

Return value is ignored.


Return to top
 ⠀
X