Common Application Framework

AddinManager.AddinLoaded Event

Event fired when an Addin is loaded

public event AddinEventHandler AddinLoaded;

Event Data

The event handler receives an argument of type AddinEventArgs containing data related to this event. The following AddinEventArgs property provides information specific to this event.

Property Description
Addin Gets the Addin

See Also

AddinManager Class | Aveva.ApplicationFramework Namespace