Common Application Framework

AddinManager.AddinUnloaded Event

Event fired when an Addin is unloaded

public event AddinEventHandler AddinUnloaded;

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